.gitignore
.pre-commit-config.yaml
CI-CD-SETUP.md
CONTRIBUTING.md
MUSIC.md
README.md
ROADMAP.md
__init__.py
agent.py
agent_config.yaml
cli.py
config.py
interfaces.py
pyproject.toml
uv.lock
.github/workflows/ci-cd.yml
3rd_party/Dockerfile.mem0
3rd_party/LANGFUSE_INTEGRATION.md
3rd_party/LANGFUSE_SETUP.md
3rd_party/MEM0_SETUP.md
3rd_party/docker-compose.yaml
3rd_party/mem0-config.yaml
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
llms/mock.py
misc/agent-werkstatt-logo.png
services/__init__.py
services/conversation_handler.py
services/langfuse_service.py
services/memory_service.py
services/tool_executor.py
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