README.md
pyproject.toml
activegraph/__init__.py
activegraph/__main__.py
activegraph/errors.py
activegraph/frame.py
activegraph/policy.py
activegraph.egg-info/PKG-INFO
activegraph.egg-info/SOURCES.txt
activegraph.egg-info/dependency_links.txt
activegraph.egg-info/entry_points.txt
activegraph.egg-info/requires.txt
activegraph.egg-info/top_level.txt
activegraph/behaviors/__init__.py
activegraph/behaviors/base.py
activegraph/behaviors/decorators.py
activegraph/cli/__init__.py
activegraph/cli/main.py
activegraph/cli/quickstart.py
activegraph/core/__init__.py
activegraph/core/clock.py
activegraph/core/event.py
activegraph/core/graph.py
activegraph/core/ids.py
activegraph/core/patch.py
activegraph/core/view.py
activegraph/llm/__init__.py
activegraph/llm/anthropic.py
activegraph/llm/cache.py
activegraph/llm/errors.py
activegraph/llm/prompt.py
activegraph/llm/provider.py
activegraph/llm/recorded.py
activegraph/llm/types.py
activegraph/observability/__init__.py
activegraph/observability/logging.py
activegraph/observability/metrics.py
activegraph/observability/migration.py
activegraph/observability/prometheus.py
activegraph/observability/status.py
activegraph/packs/__init__.py
activegraph/packs/loader.py
activegraph/packs/scaffold.py
activegraph/packs/diligence/__init__.py
activegraph/packs/diligence/behaviors.py
activegraph/packs/diligence/object_types.py
activegraph/packs/diligence/settings.py
activegraph/packs/diligence/tools.py
activegraph/packs/diligence/fixtures/__init__.py
activegraph/packs/diligence/fixtures/companies.py
activegraph/packs/diligence/prompts/document_researcher.md
activegraph/packs/diligence/prompts/memo_synthesizer.md
activegraph/packs/diligence/prompts/question_generator.md
activegraph/packs/diligence/prompts/risk_identifier.md
activegraph/runtime/__init__.py
activegraph/runtime/behavior_graph.py
activegraph/runtime/budget.py
activegraph/runtime/config_errors.py
activegraph/runtime/diff.py
activegraph/runtime/errors.py
activegraph/runtime/exec_errors.py
activegraph/runtime/patterns.py
activegraph/runtime/queue.py
activegraph/runtime/registration_errors.py
activegraph/runtime/registry.py
activegraph/runtime/runtime.py
activegraph/runtime/scheduler.py
activegraph/runtime/view_builder.py
activegraph/store/__init__.py
activegraph/store/base.py
activegraph/store/conformance.py
activegraph/store/errors.py
activegraph/store/memory.py
activegraph/store/postgres.py
activegraph/store/serde.py
activegraph/store/sqlite.py
activegraph/store/url.py
activegraph/tools/__init__.py
activegraph/tools/base.py
activegraph/tools/cache.py
activegraph/tools/context.py
activegraph/tools/decorators.py
activegraph/tools/errors.py
activegraph/tools/graph_query.py
activegraph/tools/recorded.py
activegraph/tools/web_fetch.py
activegraph/trace/__init__.py
activegraph/trace/causal.py
activegraph/trace/printer.py
tests/test_activate_after.py
tests/test_causal_cross_tool.py
tests/test_cli.py
tests/test_clock.py
tests/test_diff.py
tests/test_diligence_pack.py
tests/test_diligence_with_tools.py
tests/test_doc_links.py
tests/test_doc_site_reachable.py
tests/test_errors_format.py
tests/test_event.py
tests/test_fork.py
tests/test_graph.py
tests/test_ids.py
tests/test_llm_anthropic.py
tests/test_llm_behavior.py
tests/test_llm_budget.py
tests/test_llm_causal.py
tests/test_llm_claim_extraction.py
tests/test_llm_determinism.py
tests/test_llm_failure.py
tests/test_llm_prompt.py
tests/test_llm_provider_fixtures.py
tests/test_llm_replay.py
tests/test_llm_tool_loop.py
tests/test_llm_trace.py
tests/test_llm_trace_snapshot.py
tests/test_llm_types.py
tests/test_migration.py
tests/test_observability_logging.py
tests/test_observability_metrics.py
tests/test_operate_example.py
tests/test_pack_scaffold.py
tests/test_packs.py
tests/test_patch.py
tests/test_pattern_matcher.py
tests/test_pattern_parser.py
tests/test_pattern_subscriptions.py
tests/test_persistence.py
tests/test_postgres_store.py
tests/test_quickstart.py
tests/test_quickstart_snapshot.py
tests/test_replay.py
tests/test_replay_trace_snapshot.py
tests/test_requeue_unfired.py
tests/test_resume_example.py
tests/test_runtime.py
tests/test_runtime_status.py
tests/test_serde.py
tests/test_store_conformance.py
tests/test_store_url.py
tests/test_tool_replay.py
tests/test_tool_trace_snapshot.py
tests/test_tools.py
tests/test_trace.py
tests/test_tutorial_snippets.py
tests/test_version_sync.py
tests/test_view.py
tests/test_wheel_completeness.py