LICENSE
README.md
pyproject.toml
chorusgraph/__init__.py
chorusgraph/embedders.py
chorusgraph/func.py
chorusgraph/public.py
chorusgraph.egg-info/PKG-INFO
chorusgraph.egg-info/SOURCES.txt
chorusgraph.egg-info/dependency_links.txt
chorusgraph.egg-info/entry_points.txt
chorusgraph.egg-info/requires.txt
chorusgraph.egg-info/top_level.txt
chorusgraph/adapter/__init__.py
chorusgraph/adapter/wrap.py
chorusgraph/agents/__init__.py
chorusgraph/agents/agent.py
chorusgraph/agents/agent_node.py
chorusgraph/agents/loop.py
chorusgraph/agents/plan_solve.py
chorusgraph/agents/plan_utils.py
chorusgraph/agents/policy.py
chorusgraph/agents/react.py
chorusgraph/agents/react_utils.py
chorusgraph/agents/reflection.py
chorusgraph/agents/strategies/__init__.py
chorusgraph/agents/strategies/base.py
chorusgraph/agents/strategies/plan_solve_strategy.py
chorusgraph/agents/strategies/react_strategy.py
chorusgraph/agents/strategies/reflection_strategy.py
chorusgraph/audit/__init__.py
chorusgraph/audit/__main__.py
chorusgraph/audit/benchmark_reference.py
chorusgraph/audit/cli.py
chorusgraph/audit/ingest.py
chorusgraph/audit/ledger_report.py
chorusgraph/audit/report.py
chorusgraph/audit/simulate.py
chorusgraph/cache_gate/__init__.py
chorusgraph/cache_gate/backend.py
chorusgraph/cache_gate/decision.py
chorusgraph/cache_gate/gate.py
chorusgraph/cache_gate/scope.py
chorusgraph/cache_gate/seed_policy.py
chorusgraph/cache_gate/sidecar.py
chorusgraph/cache_gate/thresholds.py
chorusgraph/checkpoint/__init__.py
chorusgraph/checkpoint/prism.py
chorusgraph/compat/__init__.py
chorusgraph/compat/checkpoint_import.py
chorusgraph/compat/langgraph.py
chorusgraph/compat/otel_exporter.py
chorusgraph/compat/tool_node.py
chorusgraph/compose/__init__.py
chorusgraph/compose/defaults.py
chorusgraph/compose/ports.py
chorusgraph/compose/stack.py
chorusgraph/compose/adapters/__init__.py
chorusgraph/compose/adapters/keyword_retrieval.py
chorusgraph/compose/adapters/memory.py
chorusgraph/compose/adapters/persistence.py
chorusgraph/compose/adapters/prism_cache.py
chorusgraph/compose/adapters/prismrag_retrieval.py
chorusgraph/compose/adapters/redis_cache.py
chorusgraph/core/__init__.py
chorusgraph/core/bus.py
chorusgraph/core/cache_interceptor.py
chorusgraph/core/channels.py
chorusgraph/core/constants.py
chorusgraph/core/envelope.py
chorusgraph/core/graph.py
chorusgraph/core/ir.py
chorusgraph/core/node.py
chorusgraph/core/pending_writes.py
chorusgraph/core/persistence.py
chorusgraph/core/scheduler.py
chorusgraph/core/send.py
chorusgraph/core/subgraph.py
chorusgraph/core/subgraph_transport.py
chorusgraph/core/trace.py
chorusgraph/core/transport_router.py
chorusgraph/examples/__init__.py
chorusgraph/examples/demo_graph.py
chorusgraph/examples/multi_agent_graph.py
chorusgraph/examples/finance_agent/__init__.py
chorusgraph/examples/finance_agent/gemini_client.py
chorusgraph/examples/finance_agent/graph.py
chorusgraph/examples/finance_agent/nodes.py
chorusgraph/examples/finance_agent/pattern_nodes.py
chorusgraph/examples/finance_agent/patterns_graph.py
chorusgraph/examples/finance_agent/run.py
chorusgraph/examples/finance_agent/run_memory_demo.py
chorusgraph/examples/finance_agent/run_patterns_demo.py
chorusgraph/examples/finance_agent/runtime.py
chorusgraph/ledger/__init__.py
chorusgraph/ledger/instrument.py
chorusgraph/ledger/models.py
chorusgraph/ledger/query.py
chorusgraph/ledger/sink.py
chorusgraph/licensing/__init__.py
chorusgraph/licensing/errors.py
chorusgraph/licensing/keys.py
chorusgraph/licensing/validator.py
chorusgraph/memory/__init__.py
chorusgraph/memory/async_digest.py
chorusgraph/memory/cortex_compat.py
chorusgraph/memory/cortex_service.py
chorusgraph/memory/recall.py
chorusgraph/memory/structured_recall.py
chorusgraph/nodes/__init__.py
chorusgraph/nodes/retrieve.py
chorusgraph/nodes/roles.py
chorusgraph/nodes/tool.py
chorusgraph/observability/__init__.py
chorusgraph/observability/health.py
chorusgraph/observability/logging.py
chorusgraph/observability/metrics.py
chorusgraph/observability/otel.py
chorusgraph/persistence/__init__.py
chorusgraph/persistence/backup.py
chorusgraph/persistence/cortex_factory.py
chorusgraph/persistence/lifecycle.py
chorusgraph/persistence/migrations.py
chorusgraph/persistence/postgres_graph_store.py
chorusgraph/persistence/postgres_migrations.py
chorusgraph/persistence/sqlite_graph_store.py
chorusgraph/policy/__init__.py
chorusgraph/policy/embedder_guard.py
chorusgraph/resilience/__init__.py
chorusgraph/resilience/circuit_breaker.py
chorusgraph/resilience/errors.py
chorusgraph/resilience/executor.py
chorusgraph/resilience/idempotency.py
chorusgraph/resilience/partial.py
chorusgraph/resilience/policy.py
chorusgraph/sections/__init__.py
chorusgraph/sections/models.py
chorusgraph/sections/profiles.default.json
chorusgraph/sections/profiles.py
chorusgraph/security/__init__.py
chorusgraph/security/auth.py
chorusgraph/security/cache.py
chorusgraph/security/pii.py
chorusgraph/security/tools.py
chorusgraph/security/transport.py
chorusgraph/shadow/__init__.py
chorusgraph/shadow/harness.py
chorusgraph/shadow/report.py
chorusgraph/shadow/results_store.py
chorusgraph/shadow/dataset/__init__.py
chorusgraph/shadow/dataset/labeled_queries.json
chorusgraph/shadow/replay/__init__.py
chorusgraph/shadow/replay/cli.py
chorusgraph/shadow/replay/ingest.py
chorusgraph/shadow/replay/policies.py
chorusgraph/shadow/replay/replay.py
chorusgraph/shadow/replay/report.py
chorusgraph/shadow/replay/schema.py
chorusgraph/shadow/replay/stats.py
chorusgraph/shadow/replay/data/website_chat_turns.jsonl
chorusgraph/tenant/__init__.py
chorusgraph/tenant/context.py
chorusgraph/tenant/isolation.py
chorusgraph/tenant/limits.py
chorusgraph/transforms/__init__.py
chorusgraph/transforms/cortex_projector.py
chorusgraph/transforms/intent.py
chorusgraph/transforms/projector.py
chorusgraph/transforms/templates.py
chorusgraph/transport/__init__.py
chorusgraph/transport/chorus.py
chorusgraph/transport/context.py
chorusgraph/transport/envelope.py
chorusgraph/transport/inproc.py
chorusgraph/transport/modes.py
chorusgraph/transport/prismapi.py
chorusgraph/transport/spine.py
tests/test_adapter.py
tests/test_agent.py
tests/test_agents.py
tests/test_audit.py
tests/test_benchmark.py
tests/test_benchmark_cache_flags.py
tests/test_benchmark_fanout.py
tests/test_benchmark_wiring.py
tests/test_bus_redis.py
tests/test_cache_gate.py
tests/test_cache_gate_profile.py
tests/test_cache_profiles.py
tests/test_checkpoint.py
tests/test_chorus_batch.py
tests/test_clinical_fingerprint.py
tests/test_command_interrupt.py
tests/test_compare_scenarios.py
tests/test_compose_stack.py
tests/test_compound_rubric.py
tests/test_container_a_graph.py
tests/test_container_d_artifacts.py
tests/test_core_dependencies.py
tests/test_core_engine.py
tests/test_corpus_seed.py
tests/test_cortex_compat.py
tests/test_cortex_projector.py
tests/test_deterministic_tier.py
tests/test_dict_node_adapter.py
tests/test_embed_equivalence.py
tests/test_embed_once.py
tests/test_engine_phases.py
tests/test_fc_hc_no_langgraph.py
tests/test_federation.py
tests/test_finance_agent.py
tests/test_finance_multiagent.py
tests/test_func_api.py
tests/test_hc1_cache_scope.py
tests/test_hc2_cache_payload.py
tests/test_hc2_cache_routing.py
tests/test_healthcare_cache_gate.py
tests/test_healthcare_envelope_runtime.py
tests/test_healthcare_retrieval.py
tests/test_kb_vector.py
tests/test_ledger.py
tests/test_licensing.py
tests/test_load.py
tests/test_memory.py
tests/test_multiagent_pipeline.py
tests/test_native_runtime.py
tests/test_no_langgraph_core_dep.py
tests/test_observability.py
tests/test_package_data.py
tests/test_patterns.py
tests/test_pending_writes.py
tests/test_persistence.py
tests/test_persistence_port.py
tests/test_postgres_checkpointer.py
tests/test_postgres_graph_store.py
tests/test_prismrag_mapping.py
tests/test_profiler.py
tests/test_replay.py
tests/test_resilience.py
tests/test_sample_data.py
tests/test_scenarios.py
tests/test_sections.py
tests/test_security.py
tests/test_seed_policy.py
tests/test_send.py
tests/test_shadow.py
tests/test_subgraph.py
tests/test_subgraph_remote.py
tests/test_tenant_isolation.py
tests/test_tool.py
tests/test_transforms.py
tests/test_transport.py
tests/test_transport_chorus.py