README.md
pyproject.toml
src/agentic_runtime/__init__.py
src/agentic_runtime/app.py
src/agentic_runtime/artifacts.py
src/agentic_runtime/cli.py
src/agentic_runtime/config.py
src/agentic_runtime/dashboard.py
src/agentic_runtime/db.py
src/agentic_runtime/ids.py
src/agentic_runtime/ingress.py
src/agentic_runtime/llm.py
src/agentic_runtime/models.py
src/agentic_runtime/planner.py
src/agentic_runtime/scheduler.py
src/agentic_runtime/time.py
src/agentic_runtime/worker.py
src/agentic_runtime/capabilities/__init__.py
src/agentic_runtime/capabilities/base.py
src/agentic_runtime/defaults/app.yaml
src/agentic_runtime/defaults/capabilities/analyze_image.yaml
src/agentic_runtime/defaults/capabilities/browser_use.yaml
src/agentic_runtime/defaults/capabilities/chat_response.yaml
src/agentic_runtime/defaults/capabilities/code.yaml
src/agentic_runtime/defaults/capabilities/code_review.yaml
src/agentic_runtime/defaults/capabilities/debug_code.yaml
src/agentic_runtime/defaults/capabilities/generate_image.yaml
src/agentic_runtime/defaults/capabilities/plan_project.yaml
src/agentic_runtime/defaults/capabilities/test_code.yaml
src/agentic_runtime/defaults/capabilities/web_fetch.yaml
src/agentic_runtime/defaults/capabilities/web_search.yaml
src/agentic_runtime/mcp/__init__.py
src/agentic_runtime/mcp/client.py
src/agentic_runtime/mcp/manager.py
src/agentic_runtime/opencode/__init__.py
src/agentic_runtime/opencode/server.py
src/agentic_runtime/static/artifact-viewer.js
src/agentic_runtime/static/graph.js
src/agentic_runtime/static/logo.png
src/agentic_runtime/static/styles.css
src/agentic_runtime/templates/base.html
src/agentic_runtime/templates/capabilities.html
src/agentic_runtime/templates/capability_detail.html
src/agentic_runtime/templates/capability_new.html
src/agentic_runtime/templates/chat.html
src/agentic_runtime/templates/chat_new.html
src/agentic_runtime/templates/dashboard.html
src/agentic_runtime/templates/models.html
src/agentic_runtime/templates/project_detail.html
src/agentic_runtime/templates/task_detail.html
src/agentic_runtime/tools/__init__.py
src/agentic_runtime/tools/artifacts.py
src/agentic_runtime/tools/files.py
src/agentic_runtime/tools/image.py
src/agentic_runtime/tools/messaging.py
src/agentic_runtime/tools/opencode_tool.py
src/agentic_runtime/tools/runtime.py
src/agentic_runtime/tools/web.py
src/openDAGent.egg-info/PKG-INFO
src/openDAGent.egg-info/SOURCES.txt
src/openDAGent.egg-info/dependency_links.txt
src/openDAGent.egg-info/entry_points.txt
src/openDAGent.egg-info/requires.txt
src/openDAGent.egg-info/top_level.txt
tests/test_app.py
tests/test_artifacts.py
tests/test_cli.py
tests/test_config.py
tests/test_core_utils.py
tests/test_db.py