LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/01_basic/async_agent.py
examples/01_basic/simple_agent.py
examples/01_basic/streaming_agent.py
examples/01_basic/sync_streaming_agent.py
examples/02_prompts/prompt_registry_basic.py
examples/02_prompts/prompt_registry_dynamic.py
examples/03_tools/async_tools.py
examples/03_tools/tool_agent_usage.py
examples/03_tools/tool_registry_basic.py
examples/03_tools/tool_schema_custom.py
examples/04_memory/memory_basics.py
examples/05_multi_agent/planner_executor.py
examples/05_multi_agent/two_agents_chat.py
examples/06_custom_llm/mock_llm_client.py
examples/07_logging/rich_logging.py
examples/08_messages/create_message_examples.py
examples/09_gemini/gemini_basic.py
src/iris_agent/__init__.py
src/iris_agent/agent.py
src/iris_agent/async_agent.py
src/iris_agent/llm.py
src/iris_agent/messages.py
src/iris_agent/prompts.py
src/iris_agent/py.typed
src/iris_agent/tools.py
src/iris_agent/types.py
src/iris_agent.egg-info/PKG-INFO
src/iris_agent.egg-info/SOURCES.txt
src/iris_agent.egg-info/dependency_links.txt
src/iris_agent.egg-info/requires.txt
src/iris_agent.egg-info/top_level.txt
tests/test_basic.py
tests/test_integration.py