LICENSE
README.md
pyproject.toml
orqest/__init__.py
orqest/config.py
orqest/hooks.py
orqest.egg-info/PKG-INFO
orqest.egg-info/SOURCES.txt
orqest.egg-info/dependency_links.txt
orqest.egg-info/requires.txt
orqest.egg-info/top_level.txt
orqest/agents/__init__.py
orqest/agents/base_agent.py
orqest/agents/compound_tool.py
orqest/agents/context_manager.py
orqest/agents/retry.py
orqest/agents/session_state.py
orqest/agents/state.py
orqest/agents/tool_wrapper.py
orqest/autonomy/__init__.py
orqest/autonomy/factory.py
orqest/autonomy/meta.py
orqest/autonomy/registry.py
orqest/autonomy/runtime.py
orqest/autonomy/spec.py
orqest/autonomy/tool_factory.py
orqest/autonomy/topology_orchestrator.py
orqest/benchmarks/__init__.py
orqest/benchmarks/bird/__init__.py
orqest/benchmarks/bird/baseline.py
orqest/benchmarks/bird/dataset.py
orqest/benchmarks/bird/adas/__init__.py
orqest/benchmarks/bird/adas/evaluator.py
orqest/benchmarks/bird/adas/gepa.py
orqest/benchmarks/bird/adas/registry.py
orqest/benchmarks/bird/adas/runner.py
orqest/benchmarks/bird/adas/seed.py
orqest/benchmarks/bird/adas/state.py
orqest/benchmarks/spider/__init__.py
orqest/benchmarks/spider/baseline.py
orqest/benchmarks/spider/dataset.py
orqest/benchmarks/spider/harness.py
orqest/compound/__init__.py
orqest/compound/sub_agent_tool.py
orqest/healing/__init__.py
orqest/healing/config.py
orqest/healing/fallback.py
orqest/healing/loop.py
orqest/healing/recovery.py
orqest/healing/regression.py
orqest/healing/runner.py
orqest/healing/stall.py
orqest/healing/watchdog.py
orqest/io_utils/__init__.py
orqest/io_utils/load_sys_prompt.py
orqest/mcp/__init__.py
orqest/mcp/adapter.py
orqest/mcp/client.py
orqest/mcp/config.py
orqest/mcp/discovery.py
orqest/mcp/discovery_hook.py
orqest/mcp/permission.py
orqest/mcp/server.py
orqest/memory/__init__.py
orqest/memory/config.py
orqest/memory/local.py
orqest/memory/store.py
orqest/memory/strategies.py
orqest/metacognition/__init__.py
orqest/metacognition/config.py
orqest/metacognition/enriched.py
orqest/metacognition/hook.py
orqest/metacognition/protocol.py
orqest/metacognition/salience.py
orqest/observability/__init__.py
orqest/observability/event_bus_hook.py
orqest/observability/events.py
orqest/observability/sse_sidecar.py
orqest/observability/tracer.py
orqest/optimization/__init__.py
orqest/optimization/_compat.py
orqest/optimization/adapter.py
orqest/optimization/apply.py
orqest/optimization/bundle.py
orqest/optimization/config.py
orqest/optimization/evaluator.py
orqest/optimization/genome.py
orqest/optimization/meta_agent.py
orqest/optimization/runner.py
orqest/optimization/topology.py
orqest/orchestration/__init__.py
orqest/orchestration/hydrate.py
orqest/orchestration/loop.py
orqest/orchestration/parallel.py
orqest/orchestration/pipeline.py
orqest/orchestration/router.py
orqest/orchestration/spec.py
orqest/orchestration/step.py
orqest/orchestration/types.py
orqest/plan/__init__.py
orqest/plan/execution_plan.py
orqest/sandbox/__init__.py
orqest/sandbox/_compat.py
orqest/sandbox/_static.py
orqest/sandbox/docker.py
orqest/sandbox/helpers.py
orqest/sandbox/inprocess.py
orqest/sandbox/jwt.py
orqest/sandbox/protocol.py
orqest/sandbox/subprocess.py
orqest/sandbox/docker_runtime/__init__.py
orqest/sandbox/docker_runtime/__main__.py
orqest/sandbox/docker_runtime/auth.py
orqest/sandbox/docker_runtime/executor.py
orqest/sandbox/docker_runtime/server.py
orqest/sandbox/docker_runtime/store.py
orqest/skills/__init__.py
orqest/skills/__main__.py
orqest/skills/orqest/SKILL.md
orqest/skills/orqest/references/autonomy.md
orqest/skills/orqest/references/generative-ui.md
orqest/skills/orqest/references/healing.md
orqest/skills/orqest/references/mcp.md
orqest/skills/orqest/references/memory.md
orqest/skills/orqest/references/metacognition.md
orqest/skills/orqest/references/optimization.md
orqest/skills/orqest/references/orchestration.md
orqest/skills/orqest/references/sandbox.md
orqest/tools/__init__.py
orqest/tools/web.py
orqest/ui/__init__.py
orqest/ui/emitter.py
orqest/ui/events.py
orqest/ui/registry.py
orqest/ui/spec.py
orqest/ui/components/__init__.py
orqest/ui/components/badge.py
orqest/ui/components/button.py
orqest/ui/components/chart.py
orqest/ui/components/form.py
orqest/ui/components/image.py
orqest/ui/components/input.py
orqest/ui/components/json_viewer.py
orqest/ui/components/latex.py
orqest/ui/components/layout.py
orqest/ui/components/markdown.py
orqest/ui/components/mermaid.py
orqest/ui/components/plan.py
orqest/ui/components/sandboxed_html.py
orqest/ui/components/table.py
orqest/ui/components/takeover.py
orqest/ui/components/text.py
orqest/ui/components/vega_chart.py
orqest/utils/__init__.py
orqest/utils/llm_model.py
orqest/utils/reasoning.py
orqest/utils/token_counter.py
orqest/workbench/__init__.py
orqest/workbench/workbench.py
tests/test_budget_tool_results.py
tests/test_config.py
tests/test_context_manager.py
tests/test_hook_decision.py
tests/test_hooks.py