LICENSE
README.md
opc_cli.py
pyproject.toml
opc/__init__.py
opc/server.py
opc/api/__init__.py
opc/api/brain.py
opc/api/chat.py
opc/api/models.py
opc/api/system.py
opc/api/workspace.py
opc/core/__init__.py
opc/core/brain.py
opc/core/config.py
opc/core/engine.py
opc/core/ollama.py
opc/core/deepbrain/__init__.py
opc/core/deepbrain/brain.py
opc/core/deepbrain/chunker.py
opc/core/deepbrain/cli.py
opc/core/deepbrain/ingest.py
opc/core/deepbrain/watch.py
opc/web/dist/index.html
opc/web/dist/assets/index-BZ6wASUE.css
opc/web/dist/assets/index-kzqDMl1t.js
opc/web/dist/assets/markdown-Zru1LVEL.js
opc/web/dist/assets/vendor-BUOHt2ea.js
opc_agent.egg-info/PKG-INFO
opc_agent.egg-info/SOURCES.txt
opc_agent.egg-info/dependency_links.txt
opc_agent.egg-info/entry_points.txt
opc_agent.egg-info/requires.txt
opc_agent.egg-info/top_level.txt
tests/test_brain_api.py
tests/test_brain_core.py
tests/test_conversations.py
tests/test_engine.py
tests/test_models_api.py
tests/test_ollama_core.py
tests/test_system_api.py
tests/test_workspace_api.py