.env
LICENSE
MANIFEST.in
README.md
pyproject.toml
agentstack/__init__.py
agentstack/main.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/generation/__init__.py
agentstack/generation/agent_generation.py
agentstack/generation/gen_utils.py
agentstack/generation/task_generation.py
agentstack/generation/tool_generation.py
agentstack/templates/__init__.py
agentstack/templates/__pycache__/__init__.cpython-311.pyc
agentstack/templates/autogen/cookiecutter.json
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}}/README.md
agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}}/agentstack.json
agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}}/pyproject.toml
agentstack/templates/crewai/cookiecutter.json
agentstack/templates/crewai/tools/browserbase.py
agentstack/templates/crewai/tools/mem0.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/test/src/test/__init__.py
agentstack/test/src/test/crew.py
agentstack/test/src/test/main.py
agentstack/test/src/test/tools/__init__.py
agentstack/test/src/test/tools/custom_tool.py