LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/source/conf.py
examples/bio_agentic_rag_example.py
examples/guess_number.py
examples/test_agentic_rag_no_kb.py
examples/chatbots/coderun_bot.py
examples/chatbots/deepseek.py
examples/chatbots/gemini.py
examples/chatbots/r_bot.py
examples/chatbots/reasoning_bot.py
examples/chatbots/search_bot.py
examples/chatbots/shell_bot.py
examples/paper_reporter/paper_reporter.py
examples/paper_reporter_v2/paper_reporter.py
examples/sc_analysis_cli/main.py
examples/team/chat_with_moa_team.py
examples/team/chat_with_seq_team.py
examples/team/chat_with_swarm_center_team.py
examples/team/chat_with_swarm_team.py
examples/team/think_then_act.py
pantheon/__init__.py
pantheon/agent.py
pantheon/memory.py
pantheon/reasoning.py
pantheon/smart_func.py
pantheon/team.py
pantheon/chatroom/__init__.py
pantheon/chatroom/__main__.py
pantheon/chatroom/room.py
pantheon/chatroom/start.py
pantheon/chatroom/thread.py
pantheon/cli/manager/api_key_manager.py
pantheon/cli/manager/model_manager.py
pantheon/factory/__init__.py
pantheon/factory/default_agents_templates.yaml
pantheon/generator/__init__.py
pantheon/generator/__main__.py
pantheon/generator/smart_standalone.py
pantheon/repl/__init__.py
pantheon/repl/bio_handler.py
pantheon/repl/core.py
pantheon/repl/team.py
pantheon/repl/ui.py
pantheon/slack/__init__.py
pantheon/slack/__main__.py
pantheon/slack/app.py
pantheon/toolsets_tmp/agentic_rag/__init__.py
pantheon/toolsets_tmp/agentic_rag/bio_templates.py
pantheon/utils/__init__.py
pantheon/utils/llm.py
pantheon/utils/log.py
pantheon/utils/misc.py
pantheon/utils/vision.py
pantheon_agents.egg-info/PKG-INFO
pantheon_agents.egg-info/SOURCES.txt
pantheon_agents.egg-info/dependency_links.txt
pantheon_agents.egg-info/requires.txt
pantheon_agents.egg-info/top_level.txt
tests/conftest.py
tests/test_agent.py
tests/test_call_mcp.py
tests/test_remote_agent.py
tests/test_remote_toolset.py
tests/test_smart_func.py
tests/test_team.py
tests/test_toolset.py