LICENSE
README.md
pyproject.toml
app/__init__.py
app/api.py
app/api_client.py
app/calculator.py
app/cli.py
app/config.py
app/service.py
app/agent/__init__.py
app/agent/context.py
app/agent/core.py
app/agent/state.py
app/agent/verifier.py
app/indexer/__init__.py
app/indexer/chunker.py
app/indexer/database.py
app/indexer/embeddings.py
app/indexer/index.py
app/indexer/scanner.py
app/indexer/search.py
app/indexer/store.py
app/llm/client.py
app/memory/__init__.py
app/tools/__init__.py
app/tools/basic.py
app/tools/code_review.py
app/tools/filesystem.py
app/tools/git.py
app/tools/registry.py
app/tools/search.py
app/tools/shell.py
ollama_workspace_agent.egg-info/PKG-INFO
ollama_workspace_agent.egg-info/SOURCES.txt
ollama_workspace_agent.egg-info/dependency_links.txt
ollama_workspace_agent.egg-info/entry_points.txt
ollama_workspace_agent.egg-info/requires.txt
ollama_workspace_agent.egg-info/top_level.txt
tests/test_agent_guardrails.py
tests/test_api.py
tests/test_api_client.py
tests/test_calculator.py
tests/test_code_review.py
tests/test_llm_stream.py
tests/test_service.py