README.md
pyproject.toml
app/__init__.py
app/a2a_server.py
app/gateway_client.py
app/server.py
app/test_cli.py
config/README.md
config/__init__.py
config/settings.py
config/examples/llm.example.yaml
config/examples/room_agent.example.yaml
graph/__init__.py
graph/entry.py
graph/mcp_prompt_context.py
graph/state.py
graph/nodes/__init__.py
graph/nodes/tool_selection/__init__.py
graph/nodes/tool_selection/node.py
graph/nodes/tool_selection/token_estimator.py
graph/nodes/tool_selection/utils.py
graph/nodes/utils/structured_output.py
graph/subgraphs/agent_execution/__init__.py
graph/subgraphs/agent_execution/entry.py
graph/subgraphs/agent_execution/state.py
graph/utils/prompt_patch.py
integrations/__init__.py
integrations/llm_provider.py
integrations/mcp_client.py
room_agent.egg-info/PKG-INFO
room_agent.egg-info/SOURCES.txt
room_agent.egg-info/dependency_links.txt
room_agent.egg-info/entry_points.txt
room_agent.egg-info/requires.txt
room_agent.egg-info/top_level.txt
scripts/__init__.py
scripts/a2a_debug_client.py
scripts/generate_esp32_beacon.py
scripts/test_heartbeat.py
scripts/validate_beacon_binding.py
tests/test_a2a_server.py
tests/test_config_settings.py
tests/test_fixture_sanitization.py
tests/test_graph_smoke.py
tests/test_llm_provider.py
tests/test_mcp_client_config.py
tests/test_prompt_patch.py
tests/test_server_entrypoint.py
tests/test_server_mcp_runtime.py