LICENSE
README.md
pyproject.toml
setup.py
agenwatch/__init__.py
agenwatch/client.py
agenwatch/llm_provider.py
agenwatch/sdk.py
agenwatch/sdk_adapter.py
agenwatch/sdk_event_adapter.py
agenwatch/sdk_event_sink.py
agenwatch/sdk_events.py
agenwatch/types.py
agenwatch.egg-info/PKG-INFO
agenwatch.egg-info/SOURCES.txt
agenwatch.egg-info/dependency_links.txt
agenwatch.egg-info/requires.txt
agenwatch.egg-info/top_level.txt
agenwatch/_kernel/__init__.py
agenwatch/_kernel/agent.py
agenwatch/_kernel/agent_result.py
agenwatch/_kernel/context_manager.py
agenwatch/_kernel/dag_planner.py
agenwatch/_kernel/embedding_service.py
agenwatch/_kernel/errors.py
agenwatch/_kernel/event_types.py
agenwatch/_kernel/execution_contracts.py
agenwatch/_kernel/execution_manager.py
agenwatch/_kernel/fail_fast.py
agenwatch/_kernel/llm_response.py
agenwatch/_kernel/loop_breaker.py
agenwatch/_kernel/memory_extractor.py
agenwatch/_kernel/memory_system.py
agenwatch/_kernel/memory_types.py
agenwatch/_kernel/mock_provider.py
agenwatch/_kernel/observability.py
agenwatch/_kernel/repair_memory.py
agenwatch/_kernel/replay.py
agenwatch/_kernel/retry_manager.py
agenwatch/_kernel/scheduler.py
agenwatch/_kernel/timeline_logger.py
agenwatch/_kernel/universal_llm.py
agenwatch/_kernel/embeddings/__init__.py
agenwatch/_kernel/embeddings/embedding_manager.py
agenwatch/_kernel/memory/__init__.py
agenwatch/_kernel/memory/null_memory.py
agenwatch/_kernel/memory_store/__init__.py
agenwatch/_kernel/memory_store/vector_store.py
agenwatch/_kernel/safety/__init__.py
agenwatch/_kernel/safety/budget_manager.py
agenwatch/_kernel/safety/circuit_breaker.py
agenwatch/_kernel/safety/safety_guard.py
agenwatch/_kernel/sandbox/__init__.py
agenwatch/_kernel/sandbox/tool_sandbox.py
agenwatch/_kernel/testing/__init__.py
agenwatch/_kernel/testing/mock_llm.py
agenwatch/_kernel/tools/__init__.py
agenwatch/_kernel/tools/base.py
agenwatch/_kernel/tools/execution.py
agenwatch/_kernel/tools/function_tool.py
agenwatch/_kernel/tools/merger.py
agenwatch/_kernel/tools/parallel_execution.py
agenwatch/_kernel/tools/registry.py
agenwatch/_kernel/tools/repair_engine.py
agenwatch/_kernel/tools/safety.py
agenwatch/_kernel/tools/schemas.py
agenwatch/_kernel/tools/validation.py
agenwatch/_kernel/tools/builtin/__init__.py
agenwatch/_kernel/tools/builtin/calculator.py
agenwatch/_kernel/tools/builtin/web_search.py
agenwatch/_kernel/utils/__init__.py
agenwatch/_kernel/utils/safe_traceback.py
agenwatch/examples/canonical_agent.py
agenwatch/examples/quickstart.py
agenwatch/examples/research_assistant.py
agenwatch/examples/sdk_quickstart.py
agenwatch/examples/sdk_smoke_test.py
agenwatch/providers/__init__.py
agenwatch/providers/anthropic.py
agenwatch/providers/groq.py
agenwatch/providers/openai.py
test/test_budget_enforcement.py
test/test_budget_fingerprint_replay.py
test/test_budget_hard_stop.py
test/test_budget_llm_only.py
test/test_budget_llm_plus_tool.py
test/test_budget_replay_safe.py
test/test_budget_retry_not_double_charged.py
test/test_budget_terminal_stop.py
tests/test_deterministic_replay.py
tests/test_execution_manager_integration.py
tests/test_kernel_adversarial.py
tests/test_kernel_event_sink.py
tests/test_sdk_llm_provider.py
tests/test_sdk_quickstart.py
tests/test_sdk_smoke.py
tests/test_sdk_streaming.py
tests/test_step1_clean_stop.py
tests/test_step2_infinite_loop_protection.py
tests/test_step3_tool_failure_recoverable.py
tests/test_step4_tool_retry_success.py