.gitignore
.pre-commit-config.yaml
CI-CD-SETUP.md
CONTRIBUTING.md
MUSIC.md
README.md
ROADMAP.md
__init__.py
agent.py
agent_config.yaml
pyproject.toml
uv.lock
.github/workflows/ci-cd.yml
agentwerkstatt.egg-info/PKG-INFO
agentwerkstatt.egg-info/SOURCES.txt
agentwerkstatt.egg-info/dependency_links.txt
agentwerkstatt.egg-info/entry_points.txt
agentwerkstatt.egg-info/requires.txt
agentwerkstatt.egg-info/top_level.txt
llms/__init__.py
llms/base.py
llms/claude.py
misc/agent-werkstatt-logo.png
tests/__init__.py
tests/conftest.py
tests/test_agent.py
tests/test_llms.py
tests/test_tools.py
tools/__init__.py
tools/base.py
tools/discovery.py
tools/websearch.py