LICENSE
README.md
pyproject.toml
orb/__init__.py
orb/__main__.py
orb/sample-topology.yaml
orb/agent/__init__.py
orb/agent/base.py
orb/agent/bridge_agent.py
orb/agent/compaction.py
orb/agent/conversation.py
orb/agent/fact_extractor.py
orb/agent/llm_agent.py
orb/agent/prompt_builder.py
orb/agent/request_context.py
orb/agent/tools.py
orb/agent/types.py
orb/cli/__init__.py
orb/cli/auth.py
orb/cli/config.py
orb/cli/diff_capture.py
orb/cli/display.py
orb/cli/live_display.py
orb/cli/main.py
orb/cli/onboard.py
orb/cli/paths.py
orb/cli/repl.py
orb/cli/tui.py
orb/cli/tui_repl.py
orb/client/__init__.py
orb/client/client.py
orb/client/types.py
orb/graph/__init__.py
orb/graph/graph.py
orb/graph/types.py
orb/llm/__init__.py
orb/llm/_format.py
orb/llm/anthropic.py
orb/llm/client.py
orb/llm/codex.py
orb/llm/model_selector.py
orb/llm/ollama.py
orb/llm/omlx.py
orb/llm/openai.py
orb/llm/providers.py
orb/llm/registry.py
orb/llm/types.py
orb/llm/vmlx.py
orb/memory/__init__.py
orb/memory/factory.py
orb/memory/graphrag_config.py
orb/memory/memory_graph.py
orb/memory/memory_node.py
orb/memory/retriever.py
orb/memory/subgraph_store.py
orb/memory/backends/__init__.py
orb/memory/backends/chromadb_networkx.py
orb/memory/backends/zep_cloud.py
orb/messaging/__init__.py
orb/messaging/bus.py
orb/messaging/channel.py
orb/messaging/message.py
orb/messaging/middleware.py
orb/orchestrator/__init__.py
orb/orchestrator/orchestrator.py
orb/orchestrator/types.py
orb/runtime/__init__.py
orb/runtime/graph_runtime.py
orb/runtime/manager.py
orb/runtime/run_state.py
orb/runtime/topology_classifier.py
orb/runtime/transcript.py
orb/sandbox/__init__.py
orb/sandbox/sandbox.py
orb/topologies/__init__.py
orb/topologies/context.py
orb/topologies/defaults.py
orb/topologies/factory.py
orb/topologies/loader.py
orb/topologies/schema.py
orb/topologies/watcher.py
orb/tracing/__init__.py
orb/tracing/logger.py
orb/tracing/run_trace.py
orb_agents.egg-info/PKG-INFO
orb_agents.egg-info/SOURCES.txt
orb_agents.egg-info/dependency_links.txt
orb_agents.egg-info/entry_points.txt
orb_agents.egg-info/requires.txt
orb_agents.egg-info/top_level.txt
tests/test_api_v1.py
tests/test_approval_flow_e2e.py
tests/test_auth.py
tests/test_bridge_agent.py
tests/test_bus.py
tests/test_channel.py
tests/test_claude_agent.py
tests/test_cli_main.py
tests/test_client_sdk.py
tests/test_compaction.py
tests/test_config_show.py
tests/test_conversation.py
tests/test_daemon_layout.py
tests/test_fact_extractor.py
tests/test_fs_dir_endpoint.py
tests/test_fs_handlers_nonblocking.py
tests/test_graph.py
tests/test_graphrag_runtime_wiring.py
tests/test_llm_format.py
tests/test_local_provider_timeouts.py
tests/test_manual_agent_model_picks.py
tests/test_memory_graph.py
tests/test_model_config_controls.py
tests/test_model_selector.py
tests/test_multi_tenant_isolation.py
tests/test_ollama_provider_logging.py
tests/test_onboard.py
tests/test_orchestrator.py
tests/test_prompt_builder.py
tests/test_provider_message_formats.py
tests/test_provider_resolution.py
tests/test_refresh_catalog_status.py
tests/test_registry_config_errors.py
tests/test_request_context.py
tests/test_resume_sessions.py
tests/test_run_state.py
tests/test_run_trace.py
tests/test_run_transcript.py
tests/test_runtime_fsm_integration.py
tests/test_runtime_manager.py
tests/test_runtime_session.py
tests/test_scale_graphrag.py
tests/test_server_api.py
tests/test_server_events.py
tests/test_session_prewarm.py
tests/test_shortest_path_edgecases.py
tests/test_solo_topology.py
tests/test_state_caps.py
tests/test_streaming.py
tests/test_streaming_flow_e2e.py
tests/test_subgraph_store.py
tests/test_topology_classifier.py
tests/test_topology_factory.py
tests/test_topology_loader.py
tests/test_topology_schema.py
tests/test_topology_schema_graphrag.py
tests/test_triad.py
tests/test_tui_daemon_e2e.py
tests/test_tui_dashboard_parity.py
tests/test_tui_repl_event_handlers.py
tests/test_tui_repl_integration.py
tests/test_tui_repl_session.py
tests/test_web_security.py
tests/test_workdir_leak.py
tests/test_write_approval.py
web/__init__.py
web/api_v1.py
web/bridge.py
web/server.py
web/state.py
web/static/app.js
web/static/graph.js
web/static/index.html
web/static/style.css