CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
.github/workflows/ci.yml
.github/workflows/release.yml
docs/api_reference.md
docs/architecture.md
docs/installation.md
docs/usage_guide.md
examples/__init__.py
examples/code_generation_agent.py
examples/comprehensive_demo.py
examples/multi_agent_collaboration.py
examples/simple_research_agent.py
src/__init__.py
src/core/__init__.py
src/core/agent.py
src/core/cli.py
src/core/orchestrator.py
src/edgebrain.egg-info/PKG-INFO
src/edgebrain.egg-info/SOURCES.txt
src/edgebrain.egg-info/dependency_links.txt
src/edgebrain.egg-info/entry_points.txt
src/edgebrain.egg-info/requires.txt
src/edgebrain.egg-info/top_level.txt
src/integration/__init__.py
src/integration/ollama_client.py
src/memory/__init__.py
src/memory/memory_manager.py
src/tools/__init__.py
src/tools/tool_registry.py
tests/__init__.py
tests/test_ollama_integration.py
tests/test_tool_registry.py