.gitignore
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_docs.txt
requirements_test.txt
run_tests.py
setup.py
.github/workflows/close-issues.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
agency_swarm/__init__.py
agency_swarm/cli.py
agency_swarm.egg-info/PKG-INFO
agency_swarm.egg-info/SOURCES.txt
agency_swarm.egg-info/dependency_links.txt
agency_swarm.egg-info/entry_points.txt
agency_swarm.egg-info/requires.txt
agency_swarm.egg-info/top_level.txt
agency_swarm/agency/__init__.py
agency_swarm/agency/agency.py
agency_swarm/agency/genesis/GenesisAgency.py
agency_swarm/agency/genesis/__init__.py
agency_swarm/agency/genesis/manifesto.md
agency_swarm/agency/genesis/util.py
agency_swarm/agency/genesis/AgentCreator/AgentCreator.py
agency_swarm/agency/genesis/AgentCreator/__init__.py
agency_swarm/agency/genesis/AgentCreator/instructions.md
agency_swarm/agency/genesis/AgentCreator/tools/CreateAgentTemplate.py
agency_swarm/agency/genesis/AgentCreator/tools/ImportAgent.py
agency_swarm/agency/genesis/AgentCreator/tools/ReadManifesto.py
agency_swarm/agency/genesis/AgentCreator/tools/util/__init__.py
agency_swarm/agency/genesis/AgentCreator/tools/util/get_modules.py
agency_swarm/agency/genesis/GenesisCEO/GenesisCEO.py
agency_swarm/agency/genesis/GenesisCEO/__init__.py
agency_swarm/agency/genesis/GenesisCEO/instructions.md
agency_swarm/agency/genesis/GenesisCEO/tools/CreateAgencyFolder.py
agency_swarm/agency/genesis/GenesisCEO/tools/FinalizeAgency.py
agency_swarm/agency/genesis/GenesisCEO/tools/ReadRequirements.py
agency_swarm/agency/genesis/OpenAPICreator/OpenAPICreator.py
agency_swarm/agency/genesis/OpenAPICreator/__init__.py
agency_swarm/agency/genesis/OpenAPICreator/instructions.md
agency_swarm/agency/genesis/OpenAPICreator/tools/CreateToolsFromOpenAPISpec.py
agency_swarm/agency/genesis/ToolCreator/ToolCreator.py
agency_swarm/agency/genesis/ToolCreator/__init__.py
agency_swarm/agency/genesis/ToolCreator/instructions.md
agency_swarm/agency/genesis/ToolCreator/tools/CreateTool.py
agency_swarm/agency/genesis/ToolCreator/tools/TestTool.py
agency_swarm/agents/__init__.py
agency_swarm/agents/agent.py
agency_swarm/agents/BrowsingAgent/BrowsingAgent.py
agency_swarm/agents/BrowsingAgent/__init__.py
agency_swarm/agents/BrowsingAgent/instructions.md
agency_swarm/agents/BrowsingAgent/requirements.txt
agency_swarm/agents/BrowsingAgent/tools/ClickElement.py
agency_swarm/agents/BrowsingAgent/tools/ExportFile.py
agency_swarm/agents/BrowsingAgent/tools/GoBack.py
agency_swarm/agents/BrowsingAgent/tools/ReadURL.py
agency_swarm/agents/BrowsingAgent/tools/Scroll.py
agency_swarm/agents/BrowsingAgent/tools/SelectDropdown.py
agency_swarm/agents/BrowsingAgent/tools/SendKeys.py
agency_swarm/agents/BrowsingAgent/tools/SolveCaptcha.py
agency_swarm/agents/BrowsingAgent/tools/WebPageSummarizer.py
agency_swarm/agents/BrowsingAgent/tools/__init__.py
agency_swarm/agents/BrowsingAgent/tools/util/__init__.py
agency_swarm/agents/BrowsingAgent/tools/util/get_b64_screenshot.py
agency_swarm/agents/BrowsingAgent/tools/util/highlights.py
agency_swarm/agents/BrowsingAgent/tools/util/selenium.py
agency_swarm/agents/Devid/Devid.py
agency_swarm/agents/Devid/__init__.py
agency_swarm/agents/Devid/instructions.md
agency_swarm/agents/Devid/tools/ChangeFile.py
agency_swarm/agents/Devid/tools/CheckCurrentDir.py
agency_swarm/agents/Devid/tools/CommandExecutor.py
agency_swarm/agents/Devid/tools/DirectoryNavigator.py
agency_swarm/agents/Devid/tools/FileMover.py
agency_swarm/agents/Devid/tools/FileReader.py
agency_swarm/agents/Devid/tools/FileWriter.py
agency_swarm/agents/Devid/tools/ListDir.py
agency_swarm/agents/Devid/tools/__init__.py
agency_swarm/agents/Devid/tools/util/__init__.py
agency_swarm/agents/Devid/tools/util/format_file_deps.py
agency_swarm/messages/__init__.py
agency_swarm/messages/message_output.py
agency_swarm/threads/__init__.py
agency_swarm/threads/thread.py
agency_swarm/threads/thread_async.py
agency_swarm/tools/BaseTool.py
agency_swarm/tools/ToolFactory.py
agency_swarm/tools/__init__.py
agency_swarm/tools/oai/CodeInterpreter.py
agency_swarm/tools/oai/FileSearch.py
agency_swarm/tools/oai/Retrieval.py
agency_swarm/tools/oai/__init__.py
agency_swarm/user/__init__.py
agency_swarm/user/user.py
agency_swarm/util/__init__.py
agency_swarm/util/files.py
agency_swarm/util/oai.py
agency_swarm/util/openapi.py
agency_swarm/util/schema.py
agency_swarm/util/shared_state.py
agency_swarm/util/streaming.py
agency_swarm/util/cli/__init__.py
agency_swarm/util/cli/create_agent_template.py
agency_swarm/util/cli/import_agent.py
agency_swarm/util/helpers/__init__.py
agency_swarm/util/helpers/get_available_agent_descriptions.py
agency_swarm/util/helpers/list_available_agents.py
docs/api.md
docs/contributing.md
docs/deployment.md
docs/examples.md
docs/index.md
docs/quick_start.md
docs/advanced-usage/agencies.md
docs/advanced-usage/agents.md
docs/advanced-usage/azure-openai.md
docs/advanced-usage/open-source-models.md
docs/advanced-usage/tools.md
docs/assets/logo.png
docs/introduction/showcase.md
notebooks/agency_async.ipynb
notebooks/azure.ipynb
notebooks/genesis_agency.ipynb
notebooks/os_models_with_astra_assistants_api.ipynb
notebooks/web_browser_agent.ipynb
tests/__init__.py
tests/test_agency.py
tests/test_tool_factory.py
tests/data/files/csv-test.csv
tests/data/files/generated_data.json
tests/data/files/test-docx.docx
tests/data/files/test-html.html
tests/data/files/test-md.md
tests/data/files/test-pdf.pdf
tests/data/files/test-txt.txt
tests/data/files/test-xml.xml
tests/data/schemas/ga4.json
tests/data/schemas/get-headers-params.json
tests/data/schemas/get-weather.json
tests/data/schemas/relevance.json
tests/data/tools/ExampleTool1.py
tests/demos/__init__.py
tests/demos/demo_gradio.py
tests/demos/streaming_demo.py
tests/demos/term_demo.py