README.md
pyproject.toml
src/daie/__init__.py
src/daie.egg-info/PKG-INFO
src/daie.egg-info/SOURCES.txt
src/daie.egg-info/dependency_links.txt
src/daie.egg-info/entry_points.txt
src/daie.egg-info/requires.txt
src/daie.egg-info/top_level.txt
src/daie/agents/__init__.py
src/daie/agents/agent.py
src/daie/agents/config.py
src/daie/agents/message.py
src/daie/agents/router.py
src/daie/chat/__init__.py
src/daie/chat/chat_loop_config.py
src/daie/chat/hybrid_chat_config.py
src/daie/chat/node_chat_config.py
src/daie/chat/orchestrator_chat_config.py
src/daie/cli/__init__.py
src/daie/cli/agent.py
src/daie/cli/core.py
src/daie/cli/main.py
src/daie/communication/__init__.py
src/daie/communication/manager.py
src/daie/config/__init__.py
src/daie/config/manager.py
src/daie/config/system.py
src/daie/core/__init__.py
src/daie/core/hybrid.py
src/daie/core/llm_manager.py
src/daie/core/node.py
src/daie/core/orchestrator.py
src/daie/core/resilience.py
src/daie/core/server.py
src/daie/core/system.py
src/daie/core/tracing.py
src/daie/marketplace/__init__.py
src/daie/memory/__init__.py
src/daie/memory/manager.py
src/daie/memory/storage.py
src/daie/protocols/acp.py
src/daie/rag/__init__.py
src/daie/rag/document_loader.py
src/daie/rag/rag_engine.py
src/daie/rag/vector_rag_engine.py
src/daie/registry/__init__.py
src/daie/registry/manager.py
src/daie/tools/__init__.py
src/daie/tools/a2a.py
src/daie/tools/a2a_file.py
src/daie/tools/api_tool.py
src/daie/tools/file_manager.py
src/daie/tools/registry.py
src/daie/tools/selenium_tool.py
src/daie/tools/tool.py
src/daie/utils/__init__.py
src/daie/utils/audio.py
src/daie/utils/camera.py
src/daie/utils/common.py
src/daie/utils/console.py
src/daie/utils/env.py
src/daie/utils/http_client.py
src/daie/utils/logger.py
src/daie/utils/serialization.py
src/daie/utils/encryption/__init__.py
src/daie/utils/encryption/auth.py
src/daie/utils/encryption/ciphers.py
src/daie/utils/encryption/hashes.py
src/daie/utils/encryption/ids.py
tests/test_a2a_acp.py
tests/test_agent_config.py
tests/test_agent_react.py
tests/test_agents.py
tests/test_api_tools.py
tests/test_cli.py
tests/test_communication.py
tests/test_core.py
tests/test_file_manager.py
tests/test_integration.py
tests/test_memory.py
tests/test_node_examples.py
tests/test_orchestrator.py
tests/test_p2p_network.py
tests/test_production_features.py
tests/test_rag_config.py
tests/test_rag_engine.py
tests/test_registry_auth.py
tests/test_selenium_tools.py
tests/test_tools.py
tests/test_utils.py