.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
./CI-CD-SETUP.md
./CONTRIBUTING.md
./MUSIC.md
./README.md
./ROADMAP.md
./__init__.py
./_version.py
./agent.py
./cli.py
./config.py
./interfaces.py
./docs/api-reference.md
./docs/architecture.md
./docs/configuration.md
./docs/development.md
./docs/getting-started.md
./docs/index.md
./examples/EXAMPLE.md
./third_party/Dockerfile.mem0
./third_party/LANGFUSE_INTEGRATION.md
./third_party/LANGFUSE_SETUP.md
./third_party/MEM0_SETUP.md
./third_party/docker-compose.yaml
.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
docs/agent-werkstatt-logo.png
docs/api-reference.md
docs/architecture.md
docs/configuration.md
docs/development.md
docs/getting-started.md
docs/index.md
examples/EXAMPLE.md
examples/agent.py
examples/agent_config.yaml
examples/example.env
llms/__init__.py
llms/base.py
llms/claude.py
llms/mock.py
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
third_party/Dockerfile.mem0
third_party/LANGFUSE_INTEGRATION.md
third_party/LANGFUSE_SETUP.md
third_party/MEM0_SETUP.md
third_party/check_services.py
third_party/docker-compose.yaml
third_party/mem0-config.yaml
tools/__init__.py
tools/base.py
tools/discovery.py
tools/websearch.py