Untitled topic
1–2 of 2 posts
Re: undefined
#2I made this easy to use agent framework called ObserverAI. It is 100% Open Source, and the models run locally on your computer (with ollama, vllm or llama.cpp)! so all your information stays private and doesn't leave your computer. It runs on your browser so no download is needed!
Some local agents that i've implemented are:
Focus Assistant: Monitors screen activity and provides gentle notification nudges if potentially distracting sites are detected based on a configurable list.
Code Documenter: Observes code on screen, incrementally builds markdown documentation using ADD commands, and uses REWRITE commands to correct or refine the documentation.
German Flashcard Agent (i'm learning german): Identifies and logs new German-English word pairs for flashcard creation.
Activity Tracking Agent: This agent tracks your activity.
Day Summary Agent: Reads the Activity Tracking Agent's log at the end of the day and provides a concise summary.
Really anything that requires watching your screen and a bit of "thinking" but not too much, these local LLM's are perfect to log/react to things! Give it a try!