Skip to content

vpcom/Domo_AI_agent

Repository files navigation

Domo is your personal AI agent on your computer

This AI agent is designed to serve as a fully private, locally running personal assistant that helps users manage and understand their digital workspace without relying on external services. Its core aim is to provide a free, secure alternative to cloud-based tools by enabling intelligent operations on local documents (such as searching for information, summarizing files or entire folders, classifying and organizing content, and ranking documents by relevance) while also augmenting its capabilities with internet-based research. By combining local data access with AI-driven reasoning, it allows users to efficiently navigate and act on their information while keeping full control over their data.

Domo is your personal assistant on your computer

Domo is your personal assistant on your computer

Run

Start Ollama before using the assistant.

Start the app with:

./run_app.sh

Run a workflow directly with:

.venv/bin/python -m tools.<name_of_tool>.main

Notes:

  • Open the local URL shown by Streamlit, typically http://localhost:8051.
  • The Streamlit assistant now uses a session-scoped chat UI with three panes:
    • chat for clarification and confirmation
    • a context panel showing retained parameter values, their source, and their status
    • an activity panel showing agent decisions and workflow progress, with raw workflow output available per run
  • Domo always asks for confirmation in chat before executing a workflow.
  • This repo must be run with the local .venv, not a global Streamlit install.
  • ./run_app.sh uses .venv/bin/streamlit explicitly, which avoids ModuleNotFoundError from Anaconda/global Python.
  • If you prefer the raw command, use .venv/bin/streamlit run app/streamlit_app.py --server.port 8051.
  • Use the streamlit CLI to run the app, not python app/streamlit_app.py.

Structure

domo/
├── README.md
├── config.yaml
├── pyproject.toml
├── requirements.txt
├── run_app.sh
├── app/
│   └── streamlit_app.py
├── assistant/
│   ├── audit.py
│   ├── domo_agent.py
│   ├── policy.py
│   ├── registry.py
│   ├── router.py
│   ├── runtime.py
│   └── schemas.py
├── integrations/
│   └── ollama_client.py
├── tools/
├── workflows/
└── data/
    ├── inputs/
    └── outputs/
        └── logs/

License

This project is licensed under the MIT License.

About

A fully private, local AI assistant that helps manage and understand your files. It can search, summarize, classify, and rank documents, while also using internet research, providing a free, secure alternative to cloud tools with full user data control.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages