LICENSE
MANIFEST.in
README.md
pyproject.toml
agentstack/__init__.py
agentstack/agents.py
agentstack/logger.py
agentstack/main.py
agentstack/packaging.py
agentstack/proj_templates.py
agentstack/tasks.py
agentstack/telemetry.py
agentstack/tools.py
agentstack/update.py
agentstack/utils.py
agentstack.egg-info/PKG-INFO
agentstack.egg-info/SOURCES.txt
agentstack.egg-info/dependency_links.txt
agentstack.egg-info/entry_points.txt
agentstack.egg-info/requires.txt
agentstack.egg-info/top_level.txt
agentstack/cli/__init__.py
agentstack/cli/agentstack_data.py
agentstack/cli/cli.py
agentstack/frameworks/__init__.py
agentstack/frameworks/crewai.py
agentstack/generation/__init__.py
agentstack/generation/agent_generation.py
agentstack/generation/asttools.py
agentstack/generation/files.py
agentstack/generation/gen_utils.py
agentstack/generation/task_generation.py
agentstack/generation/tool_generation.py
agentstack/templates/__init__.py
agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}}/.env.example
agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}}/.gitignore
agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}}/LICENSE.md
agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}}/OAI_CONFIG_LIST
agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}}/README.md
agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}}/agentstack.json
agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}}/pyproject.toml
agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}}/src/main.py
agentstack/templates/crewai/tools/agent_connect_tool.py
agentstack/templates/crewai/tools/browserbase_tool.py
agentstack/templates/crewai/tools/code_interpreter_tool.py
agentstack/templates/crewai/tools/composio_tool.py
agentstack/templates/crewai/tools/directory_search_tool.py
agentstack/templates/crewai/tools/exa_tool.py
agentstack/templates/crewai/tools/file_read_tool.py
agentstack/templates/crewai/tools/firecrawl_tool.py
agentstack/templates/crewai/tools/ftp_tool.py
agentstack/templates/crewai/tools/mem0_tool.py
agentstack/templates/crewai/tools/neon_tool.py
agentstack/templates/crewai/tools/open_interpreter_tool.py
agentstack/templates/crewai/tools/perplexity_tool.py
agentstack/templates/crewai/tools/stripe_tool.py
agentstack/templates/crewai/tools/vision_tool.py
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/.env
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/.env.example
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/.gitignore
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/LICENSE.md
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/README.md
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/agentstack.json
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/pyproject.toml
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/src/__init__.py
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/src/crew.py
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/src/main.py
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/src/config/agents.yaml
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/src/config/tasks.yaml
agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/src/tools/__init__.py
agentstack/templates/proj_templates/content_creator.json
agentstack/templates/proj_templates/hello_alex.json
agentstack/templates/proj_templates/research.json
agentstack/templates/proj_templates/system_analyzer.json
agentstack/tools/agent_connect.json
agentstack/tools/browserbase.json
agentstack/tools/code_interpreter.json
agentstack/tools/composio.json
agentstack/tools/directory_search.json
agentstack/tools/exa.json
agentstack/tools/file_read.json
agentstack/tools/firecrawl.json
agentstack/tools/ftp.json
agentstack/tools/mem0.json
agentstack/tools/neon.json
agentstack/tools/open_interpreter.json
agentstack/tools/perplexity.json
agentstack/tools/stripe.json
agentstack/tools/vision.json
agentstack/tools/~README.md
tests/test_agents_config.py
tests/test_cli_init.py
tests/test_cli_loads.py
tests/test_cli_templates.py
tests/test_cli_tools.py
tests/test_frameworks.py
tests/test_generation_agent.py
tests/test_generation_files.py
tests/test_generation_tasks.py
tests/test_generation_tool.py
tests/test_project_run.py
tests/test_tasks_config.py
tests/test_telemetry.py
tests/test_templates_config.py
tests/test_tool_config.py
tests/test_tool_generation_init.py
tests/test_update.py
tests/test_utils.py