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/state.py
graph/nodes/__init__.py
graph/nodes/direct_response.py
graph/nodes/intent_recognition.py
graph/nodes/tool_selection.py
graph/nodes/utils/heuristic_classify.py
graph/subgraphs/agent_execution/__init__.py
graph/subgraphs/agent_execution/entry.py
graph/subgraphs/agent_execution/state.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_graph_smoke.py
tests/test_mcp_client_config.py
tests/test_server_entrypoint.py
tests/test_server_mcp_runtime.py