LICENSE
README.md
pyproject.toml
gentis_ai/__init__.py
gentis_ai/cli.py
gentis_ai/router.py
gentis_ai/session.py
gentis_ai/types.py
gentis_ai/utils.py
gentis_ai.egg-info/PKG-INFO
gentis_ai.egg-info/SOURCES.txt
gentis_ai.egg-info/dependency_links.txt
gentis_ai.egg-info/entry_points.txt
gentis_ai.egg-info/requires.txt
gentis_ai.egg-info/top_level.txt
gentis_ai/adapters/__init__.py
gentis_ai/adapters/langgraph.py
gentis_ai/core/__init__.py
gentis_ai/core/errors.py
gentis_ai/core/events.py
gentis_ai/core/types.py
gentis_ai/llm/__init__.py
gentis_ai/llm/azure.py
gentis_ai/llm/base.py
gentis_ai/llm/bedrock.py
gentis_ai/llm/gemini.py
gentis_ai/llm/mock.py
gentis_ai/llm/ollama.py
gentis_ai/llm/openai_compatible.py
gentis_ai/llm/vllm.py
gentis_ai/memory/__init__.py
gentis_ai/memory/base.py
gentis_ai/memory/in_memory.py
gentis_ai/memory/sqlite.py
gentis_ai/memory/summarizer.py
gentis_ai/observability/__init__.py
gentis_ai/observability/callbacks.py
gentis_ai/observability/logging.py
gentis_ai/observability/metrics.py
gentis_ai/prompts/__init__.py
gentis_ai/prompts/experts/custom_template.md
gentis_ai/prompts/experts/default/msg_writer_exp.md
gentis_ai/prompts/experts/default/task_planner_exp.md
gentis_ai/prompts/experts/quick_start/sales_expert.md
gentis_ai/prompts/experts/quick_start/support_expert.md
gentis_ai/prompts/orchestrator/custom_orch_template.md
gentis_ai/prompts/orchestrator/default/orchestrator_PM.md
gentis_ai/prompts/orchestrator/quick_start/orchestrator.md
gentis_ai/routing/__init__.py
gentis_ai/routing/decisions.py
gentis_ai/routing/router.py
gentis_ai/routing/strategies.py
gentis_ai/runtime/__init__.py
gentis_ai/runtime/executor.py
gentis_ai/runtime/flow.py
gentis_ai/templates/Dockerfile
gentis_ai/templates/support_bot.py
gentis_ai/tools/__init__.py
gentis_ai/tools/executor.py
gentis_ai/tools/registry.py
gentis_ai/tools/spec.py
tests/test_llm_providers.py
tests/test_memory.py
tests/test_quickstarts.py
tests/test_router.py
tests/test_session.py
tests/test_token_usage.py
tests/test_tools.py
tests/test_types_api.py