LICENSE
README.md
pyproject.toml
setup.py
agents/__init__.py
agents/investigative_agent.py
agents/triage_agent.py
artcafe_agent_framework.egg-info/PKG-INFO
artcafe_agent_framework.egg-info/SOURCES.txt
artcafe_agent_framework.egg-info/dependency_links.txt
artcafe_agent_framework.egg-info/entry_points.txt
artcafe_agent_framework.egg-info/requires.txt
artcafe_agent_framework.egg-info/top_level.txt
framework/__init__.py
framework/auth/__init__.py
framework/auth/auth_provider.py
framework/auth/ssh_auth_provider.py
framework/conversation/__init__.py
framework/conversation/manager.py
framework/conversation/message.py
framework/core/__init__.py
framework/core/augmented_llm_agent.py
framework/core/base_agent.py
framework/core/budget_aware_agent.py
framework/core/config.py
framework/core/config.yaml
framework/core/config_loader.py
framework/core/enhanced_agent.py
framework/core/nats_agent.py
framework/core/simple_agent.py
framework/core/verified_agent.py
framework/event_loop/__init__.py
framework/event_loop/callback.py
framework/event_loop/event_loop.py
framework/examples/enhanced_investigative_agent.py
framework/examples/enhanced_runner.py
framework/examples/enhanced_triage_agent.py
framework/knowledge/__init__.py
framework/llm/anthropic_provider.py
framework/llm/exceptions.py
framework/llm/factory.py
framework/llm/llm_provider.py
framework/mcp/__init__.py
framework/mcp/agent_tool.py
framework/mcp/client.py
framework/mcp/nats_bridge.py
framework/messaging/__init__.py
framework/messaging/artcafe_pubsub_provider.py
framework/messaging/aws_iot_provider.py
framework/messaging/factory.py
framework/messaging/interface.py
framework/messaging/memory_provider.py
framework/messaging/nats_provider.py
framework/messaging/provider.py
framework/protocols/__init__.py
framework/protocols/a2a.py
framework/telemetry/__init__.py
framework/telemetry/metrics.py
framework/telemetry/tracer.py
framework/tools/__init__.py
framework/tools/decorator.py
framework/tools/handler.py
framework/tools/registry.py
framework/workflows/__init__.py
framework/workflows/base.py
framework/workflows/chained.py
framework/workflows/orchestrator.py
framework/workflows/parallel.py
framework/workflows/routing.py
tests/test_basic.py
utils/__init__.py
utils/bedrock_client.py
utils/data_loader.py