LICENSE
README.md
pyproject.toml
hybridagents/__init__.py
hybridagents/config.py
hybridagents.egg-info/PKG-INFO
hybridagents.egg-info/SOURCES.txt
hybridagents.egg-info/dependency_links.txt
hybridagents.egg-info/requires.txt
hybridagents.egg-info/top_level.txt
hybridagents/core/__init__.py
hybridagents/core/agent.py
hybridagents/core/agent_registry.py
hybridagents/core/deterministic_agent.py
hybridagents/core/llm.py
hybridagents/core/loop.py
hybridagents/core/memory.py
hybridagents/core/repl.py
hybridagents/core/results.py
hybridagents/core/runtime.py
hybridagents/core/tool_registry.py
hybridagents/core/orchestration/__init__.py
hybridagents/core/orchestration/_common.py
hybridagents/core/orchestration/auction.py
hybridagents/core/orchestration/blackboard.py
hybridagents/core/orchestration/concurrent.py
hybridagents/core/orchestration/debate.py
hybridagents/core/orchestration/group_chat.py
hybridagents/core/orchestration/handoff.py
hybridagents/core/orchestration/hierarchical.py
hybridagents/core/orchestration/iterative_refinement.py
hybridagents/core/orchestration/magentic.py
hybridagents/core/orchestration/map_reduce.py
hybridagents/core/orchestration/reflection.py
hybridagents/core/orchestration/router.py
hybridagents/core/orchestration/sequential.py
hybridagents/core/orchestration/supervisor.py
hybridagents/core/orchestration/voting.py
hybridagents/core/providers/__init__.py
hybridagents/core/providers/aifoundry_provider.py
hybridagents/core/providers/base.py
hybridagents/core/providers/ghcopilot_provider.py
hybridagents/core/providers/ollama_provider.py
hybridagents/privacy/__init__.py
hybridagents/privacy/__main__.py
hybridagents/privacy/config.py
hybridagents/privacy/models.py
hybridagents/privacy/pipeline.py
hybridagents/privacy/vault.py
hybridagents/privacy/filters/__init__.py
hybridagents/privacy/filters/base.py
hybridagents/privacy/filters/credential_filter.py
hybridagents/privacy/filters/email_filter.py
hybridagents/privacy/filters/iban_filter.py
hybridagents/privacy/filters/llm_filter.py
hybridagents/privacy/filters/money_filter.py
hybridagents/privacy/filters/phone_filter.py
hybridagents/privacy/filters/regex_filter.py
hybridagents/privacy/filters/tax_id_filter.py
hybridagents/tools/__init__.py
hybridagents/tools/calculator_tool.py
hybridagents/tools/file_tool.py
hybridagents/tools/privacy_tool.py
hybridagents/tools/search_tool.py