LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
agents_hub/__init__.py
agents_hub.egg-info/PKG-INFO
agents_hub.egg-info/SOURCES.txt
agents_hub.egg-info/dependency_links.txt
agents_hub.egg-info/requires.txt
agents_hub.egg-info/top_level.txt
agents_hub/agents/README.md
agents_hub/agents/__init__.py
agents_hub/agents/base.py
agents_hub/agents/base_patch.py
agents_hub/agents/cognitive.py
agents_hub/agents/evolution/__init__.py
agents_hub/agents/evolution/learning_agent.py
agents_hub/agents/specialized/__init__.py
agents_hub/coding/README.md
agents_hub/coding/__init__.py
agents_hub/coding/workforce.py
agents_hub/coding/agents/__init__.py
agents_hub/coding/agents/analyst.py
agents_hub/coding/agents/backend_developer.py
agents_hub/coding/agents/devops_engineer.py
agents_hub/coding/agents/frontend_developer.py
agents_hub/coding/agents/project_manager.py
agents_hub/coding/agents/qa_tester.py
agents_hub/coding/agents/security_engineer.py
agents_hub/cognitive/README.md
agents_hub/cognitive/__init__.py
agents_hub/cognitive/architecture.py
agents_hub/cognitive/learning.py
agents_hub/cognitive/memory.py
agents_hub/cognitive/metacognition.py
agents_hub/cognitive/perception.py
agents_hub/cognitive/response_formatter.py
agents_hub/cognitive/reasoning/__init__.py
agents_hub/cognitive/reasoning/abductive.py
agents_hub/cognitive/reasoning/analogical.py
agents_hub/cognitive/reasoning/base.py
agents_hub/cognitive/reasoning/causal.py
agents_hub/cognitive/reasoning/deductive.py
agents_hub/cognitive/reasoning/inductive.py
agents_hub/cognitive/reasoning/manager.py
agents_hub/config/__init__.py
agents_hub/explainability/__init__.py
agents_hub/knowledge/__init__.py
agents_hub/llm/README.md
agents_hub/llm/__init__.py
agents_hub/llm/base.py
agents_hub/llm/providers/__init__.py
agents_hub/llm/providers/anthropic.py
agents_hub/llm/providers/google.py
agents_hub/llm/providers/ollama.py
agents_hub/llm/providers/openai.py
agents_hub/memory/README.md
agents_hub/memory/__init__.py
agents_hub/memory/base.py
agents_hub/memory/backends/__init__.py
agents_hub/memory/backends/in_memory.py
agents_hub/memory/backends/postgres.py
agents_hub/memory/operations/__init__.py
agents_hub/moderation/README.md
agents_hub/moderation/__init__.py
agents_hub/moderation/base.py
agents_hub/moderation/filters.py
agents_hub/moderation/middleware.py
agents_hub/moderation/openai.py
agents_hub/moderation/registry.py
agents_hub/moderation/rule_based.py
agents_hub/monitoring/README.md
agents_hub/monitoring/__init__.py
agents_hub/monitoring/base.py
agents_hub/monitoring/langfuse.py
agents_hub/monitoring/registry.py
agents_hub/orchestration/README.md
agents_hub/orchestration/__init__.py
agents_hub/orchestration/router.py
agents_hub/orchestration/protocols/__init__.py
agents_hub/rag/README.md
agents_hub/rag/vector_stores/__init__.py
agents_hub/security/README.md
agents_hub/security/__init__.py
agents_hub/security/ethics/__init__.py
agents_hub/templates/README.md
agents_hub/templates/__init__.py
agents_hub/templates/aws_cdk/__init__.py
agents_hub/templates/fastapi/__init__.py
agents_hub/templates/frontend/__init__.py
agents_hub/tools/README.md
agents_hub/tools/__init__.py
agents_hub/tools/base.py
agents_hub/tools/coding/__init__.py
agents_hub/tools/coding/aws_cdk_tool.py
agents_hub/tools/coding/code_analyzer.py
agents_hub/tools/coding/code_generator.py
agents_hub/tools/coding/git_tool.py
agents_hub/tools/coding/testing_tool.py
agents_hub/tools/connectors/__init__.py
agents_hub/tools/standard/__init__.py
agents_hub/tools/standard/calculator.py
agents_hub/tools/standard/scraper.py
agents_hub/utils/README.md
agents_hub/utils/__init__.py
agents_hub/utils/approval.py
agents_hub/utils/document.py
agents_hub/utils/document/__init__.py
agents_hub/utils/document/chunking.py
agents_hub/utils/document/docx.py
agents_hub/utils/document/pdf.py
agents_hub/utils/multimodal/__init__.py
agents_hub/vector_stores/__init__.py
agents_hub/vector_stores/pgvector.py