LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
peargent/__init__.py
peargent/config.py
peargent.egg-info/PKG-INFO
peargent.egg-info/SOURCES.txt
peargent.egg-info/dependency_links.txt
peargent.egg-info/requires.txt
peargent.egg-info/top_level.txt
peargent/config/__init__.py
peargent/config/history.py
peargent/core/__init__.py
peargent/core/agent.py
peargent/core/pool.py
peargent/core/router.py
peargent/core/state.py
peargent/core/stopping.py
peargent/core/streaming.py
peargent/core/tool.py
peargent/core/history/__init__.py
peargent/core/history/base.py
peargent/core/history/file.py
peargent/core/history/history.py
peargent/core/history/postgresql.py
peargent/core/history/redis.py
peargent/core/history/session_buffer.py
peargent/core/history/sqlite.py
peargent/core/history/storage_types.py
peargent/models/__init__.py
peargent/models/azure_openai.py
peargent/models/base.py
peargent/models/gemini.py
peargent/models/groq.py
peargent/models/openai.py
peargent/telemetry/__init__.py
peargent/telemetry/async_database_store.py
peargent/telemetry/context.py
peargent/telemetry/cost_tracker.py
peargent/telemetry/database_store.py
peargent/telemetry/formatters.py
peargent/telemetry/span.py
peargent/telemetry/store.py
peargent/telemetry/trace.py
peargent/telemetry/tracer.py
peargent/templates/follow_up_prompt.j2
peargent/templates/no_tools_prompt.j2
peargent/templates/routing_prompt.j2
peargent/templates/structured_output_prompt.j2
peargent/templates/summarization_prompt.j2
peargent/templates/tools_prompt.j2
peargent/tools/__init__.py
peargent/tools/math_tool.py