MANIFEST.in
README.md
main.py
pyproject.toml
setup.py
systemprompt.py
chain/__init__.py
chain/agent_chain.py
chain/chain_models.py
chain/evidence_registry.py
chain/execution_policy.py
chain/model_profile.py
chain/planner.py
chain/router.py
chain/streaming.py
context/__init__.py
context/answer_context.py
context/app_config.py
context/context_budget.py
context/context_builder.py
context/context_compression.py
context/context_state.py
context/environment_context.py
context/runtime_settings.py
context/session_store.py
context/token_usage.py
damnatiox_agent/__init__.py
damnatiox_agent/cli.py
damnatiox_agent/paths.py
damnatiox_agent.egg-info/PKG-INFO
damnatiox_agent.egg-info/SOURCES.txt
damnatiox_agent.egg-info/dependency_links.txt
damnatiox_agent.egg-info/entry_points.txt
damnatiox_agent.egg-info/requires.txt
damnatiox_agent.egg-info/top_level.txt
damnatiox_agent/agent/__init__.py
damnatiox_agent/agent/attempt.py
damnatiox_agent/agent/budget.py
damnatiox_agent/agent/cancellation.py
damnatiox_agent/agent/completion_policy.py
damnatiox_agent/agent/context_builder.py
damnatiox_agent/agent/events.py
damnatiox_agent/agent/loop.py
damnatiox_agent/application/__init__.py
damnatiox_agent/application/agent_application.py
damnatiox_agent/application/approval.py
damnatiox_agent/application/bootstrap.py
damnatiox_agent/application/compaction.py
damnatiox_agent/application/events.py
damnatiox_agent/application/turn_service.py
damnatiox_agent/evals/__init__.py
damnatiox_agent/evals/__main__.py
damnatiox_agent/evals/models.py
damnatiox_agent/evals/runner.py
damnatiox_agent/extensions/__init__.py
damnatiox_agent/extensions/attempt_facts.py
damnatiox_agent/extensions/loader.py
damnatiox_agent/extensions/protocol.py
damnatiox_agent/extensions/rag.py
damnatiox_agent/extensions/skills.py
damnatiox_agent/extensions/workspace.py
damnatiox_agent/interfaces/__init__.py
damnatiox_agent/interfaces/python_api.py
damnatiox_agent/interfaces/tui_gateway.py
damnatiox_agent/legacy/__init__.py
damnatiox_agent/legacy/bootstrap.py
damnatiox_agent/model/__init__.py
damnatiox_agent/model/gateway.py
damnatiox_agent/model/provider.py
damnatiox_agent/model/usage.py
damnatiox_agent/persistence/__init__.py
damnatiox_agent/persistence/artifact_store.py
damnatiox_agent/persistence/attempt_store.py
damnatiox_agent/persistence/event_store.py
damnatiox_agent/resources/__init__.py
damnatiox_agent/resources/data/example1.md
damnatiox_agent/resources/data/example2.md
damnatiox_agent/resources/vector_store/chunks.json
damnatiox_agent/resources/vector_store/embeddings.npy
damnatiox_agent/tools/__init__.py
damnatiox_agent/tools/approval.py
damnatiox_agent/tools/artifact.py
damnatiox_agent/tools/registry.py
damnatiox_agent/tools/result.py
damnatiox_agent/tools/runtime.py
damnatiox_agent/tools/spec.py
damnatiox_agent/ui/__init__.py
damnatiox_agent/ui/launcher.py
damnatiox_agent/ui/assets/THIRD_PARTY_NOTICES.md
damnatiox_agent/ui/assets/app.mjs
damnatiox_agent/ui/assets/app.mjs.LEGAL.txt
damnatiox_agent/ui/assets/manifest.json
damnatiox_agent/workspace/__init__.py
damnatiox_agent/workspace/mutation_journal.py
damnatiox_agent/workspace/policy.py
frontend/package-lock.json
frontend/package.json
frontend/tsconfig.json
frontend/scripts/build.mjs
frontend/src/App.tsx
frontend/src/commands.ts
frontend/src/displayWidth.ts
frontend/src/gatewayClient.ts
frontend/src/global.d.ts
frontend/src/main.tsx
frontend/src/markdownTables.ts
frontend/src/mouse.ts
frontend/src/palette.ts
frontend/src/protocol.ts
frontend/src/state.ts
frontend/src/terminalText.ts
frontend/src/components/ActivityIndicator.tsx
frontend/src/components/ApprovalDialog.tsx
frontend/src/components/CommandPalette.tsx
frontend/src/components/Composer.tsx
frontend/src/components/CredentialSetup.tsx
frontend/src/components/Header.tsx
frontend/src/components/ImeTextInput.tsx
frontend/src/components/Layout.tsx
frontend/src/components/StatusBar.tsx
frontend/src/components/ToolActivity.tsx
frontend/src/components/Transcript.tsx
frontend/tests/commands.test.ts
frontend/tests/credentialSetup.test.tsx
frontend/tests/gatewayClient.test.ts
frontend/tests/imeTextInput.test.tsx
frontend/tests/layout.test.tsx
frontend/tests/markdownTables.test.ts
frontend/tests/mouse.test.ts
frontend/tests/palette.test.ts
frontend/tests/protocol.test.ts
frontend/tests/state.test.ts
frontend/tests/transcript.test.ts
rag/__init__.py
rag/chunk.py
rag/document_loader.py
rag/embedding.py
rag/rag_execution.py
rag/rag_pipeline.py
rag/retrieve.py
rag/vector_store.py
scripts/build_platform_wheel.py
scripts/node-runtime-lock.json
skill/__init__.py
skill/manager.py
skill/models.py
tests/test_agent_chain.py
tests/test_answer_context.py
tests/test_app_config.py
tests/test_coding_tools.py
tests/test_compaction_scheduler.py
tests/test_context_builder.py
tests/test_context_compression.py
tests/test_environment_context.py
tests/test_evals_v2.py
tests/test_evidence_registry.py
tests/test_extended_tools.py
tests/test_harness_v2_integration.py
tests/test_harness_v2_primitives.py
tests/test_packaging.py
tests/test_planner_and_policy.py
tests/test_process_runner.py
tests/test_python_api_v2.py
tests/test_rag_execution.py
tests/test_response_validation.py
tests/test_router.py
tests/test_runtime_settings.py
tests/test_sandbox.py
tests/test_sandbox_integration.py
tests/test_session_store.py
tests/test_skills.py
tests/test_streaming.py
tests/test_systemprompt.py
tests/test_token_usage.py
tests/test_tool_executor.py
tests/test_tool_runtime_v2.py
tests/test_tool_validation.py
tests/test_tui.py
tests/test_tui_gateway.py
tests/test_turn_service_recovery.py
tests/test_ui_launcher.py
tests/test_validation_pipeline.py
tests/test_workspace_startup.py
tool/__init__.py
tool/coding_tools.py
tool/local_tools.py
tool/powershell_tools.py
tool/process_control.py
tool/process_runner.py
tool/python_sandbox.py
tool/sandbox.py
tool/tool_capabilities.py
tool/tool_executor.py
tool/tool_output.py
tool/tools.py
tool/tools_function.py
tool/web_tools.py
tui/__init__.py
tui/app.py
tui/application_adapter.py
tui/bootstrap.py
tui/credential_setup.py
tui/fullscreen.py
tui/markdown_rendering.py
tui/rendering.py
tui/welcome.py
validation/__init__.py
validation/response_validation.py
validation/tool_completion.py
validation/tool_validation.py
validation/validation_pipeline.py