LICENSE
README.md
pyproject.toml
src/agentrspy/__init__.py
src/agentrspy/__main__.py
src/agentrspy/config.py
src/agentrspy/prelude.py
src/agentrspy.egg-info/PKG-INFO
src/agentrspy.egg-info/SOURCES.txt
src/agentrspy.egg-info/dependency_links.txt
src/agentrspy.egg-info/entry_points.txt
src/agentrspy.egg-info/requires.txt
src/agentrspy.egg-info/top_level.txt
src/agentrspy/agents/__init__.py
src/agentrspy/agents/builder.py
src/agentrspy/agents/runner.py
src/agentrspy/core/__init__.py
src/agentrspy/core/errors.py
src/agentrspy/core/interfaces.py
src/agentrspy/core/streaming.py
src/agentrspy/core/testing.py
src/agentrspy/core/types.py
src/agentrspy/llm/__init__.py
src/agentrspy/llm/anthropic.py
src/agentrspy/llm/azureopenai.py
src/agentrspy/llm/gemini.py
src/agentrspy/llm/ollama.py
src/agentrspy/llm/openai.py
src/agentrspy/llm/registry.py
src/agentrspy/mcp/__init__.py
src/agentrspy/mcp/adapter.py
src/agentrspy/mcp/client.py
src/agentrspy/mcp/protocol.py
src/agentrspy/memory/__init__.py
src/agentrspy/memory/in_memory.py
src/agentrspy/memory/redis_backend.py
src/agentrspy/memory/sliding_window.py
src/agentrspy/memory/token_aware.py
src/agentrspy/memory/vector.py
src/agentrspy/multi/__init__.py
src/agentrspy/multi/communication.py
src/agentrspy/multi/graph.py
src/agentrspy/multi/orchestrator.py
src/agentrspy/multi/shared_memory.py
src/agentrspy/tools/__init__.py
src/agentrspy/tools/builtin.py
src/agentrspy/tools/decorator.py
src/agentrspy/tools/registry.py
tests/test_integration.py