README.md
pyproject.toml
examples/__init__.py
examples/basic_agent.py
examples/database_agent.py
examples/dynamic.py
examples/github.py
examples/handoff_demo.py
examples/human_in_the_loop.py
examples/meeting_notetaker.py
examples/news_demo.py
examples/operator_agent.py
examples/people_researcher.py
examples/podcast.py
examples/testing.py
examples/tool_builder.py
src/agentic/__init__.py
src/agentic/actor_agents.py
src/agentic/agentic_secrets.py
src/agentic/cli.py
src/agentic/colors.py
src/agentic/common.py
src/agentic/context_manager.py
src/agentic/events.py
src/agentic/file_cache.py
src/agentic/fix_console.py
src/agentic/llm.py
src/agentic/model_mock.py
src/agentic/models.py
src/agentic/run_manager.py
src/agentic/runner.py
src/agentic/settings.py
src/agentic/workflow.py
src/agentic/swarm/__init__.py
src/agentic/swarm/types.py
src/agentic/swarm/util.py
src/agentic/tools/__init__.py
src/agentic/tools/auth_rest_api_tool.py
src/agentic/tools/automatic_tools.py
src/agentic/tools/base.py
src/agentic/tools/browser_use.py
src/agentic/tools/database_tool.py
src/agentic/tools/duckduckgo.py
src/agentic/tools/file_download.py
src/agentic/tools/github_tool.py
src/agentic/tools/google_news.py
src/agentic/tools/human_interrupt.py
src/agentic/tools/image_generator.py
src/agentic/tools/imap_tool.py
src/agentic/tools/linkedin_tool.py
src/agentic/tools/rag_tool.py
src/agentic/tools/registry.py
src/agentic/tools/rest_tool_v2.py
src/agentic/tools/s3_utils.py
src/agentic/tools/scaleserp_browser.py
src/agentic/tools/tavily_search_tool.py
src/agentic/tools/text_to_speech_tool.py
src/agentic/tools/tool_schema.py
src/agentic/tools/unit_test_tool.py
src/agentic/tools/weather_tool.py
src/agentic/ui/__init__.py
src/agentic/ui/chat.py
src/agentic/ui/dual_chat.py
src/agentic/ui/game.py
src/agentic_framework.egg-info/PKG-INFO
src/agentic_framework.egg-info/SOURCES.txt
src/agentic_framework.egg-info/dependency_links.txt
src/agentic_framework.egg-info/entry_points.txt
src/agentic_framework.egg-info/requires.txt
src/agentic_framework.egg-info/top_level.txt
tests/test_automatic_tools.py
tests/test_basics.py
tests/test_callbacks.py
tests/test_file_cache.py
tests/test_github_tool.py
tests/test_langchain_tools.py
tests/test_llm_helper.py
tests/test_rag_operations.py
tests/test_rag_tool.py
tests/test_run_logging_core.py
tests/test_run_logging_integration.py
tests/test_secrets.py
tests/test_settings.py
tests/test_tool_use.py
tests/test_trim_messages.py