README.md
pyproject.toml
src/devpablocristo_core_ai.egg-info/PKG-INFO
src/devpablocristo_core_ai.egg-info/SOURCES.txt
src/devpablocristo_core_ai.egg-info/dependency_links.txt
src/devpablocristo_core_ai.egg-info/requires.txt
src/devpablocristo_core_ai.egg-info/top_level.txt
src/runtime/__init__.py
src/runtime/auth.py
src/runtime/completions.py
src/runtime/contexts.py
src/runtime/logging.py
src/runtime/orchestrator.py
src/runtime/provider_factory.py
src/runtime/rate_limit.py
src/runtime/resilience.py
src/runtime/text.py
src/runtime/types.py
src/runtime/api/__init__.py
src/runtime/api/app.py
src/runtime/api/dependencies.py
src/runtime/api/events.py
src/runtime/api/middleware.py
src/runtime/api/router.py
src/runtime/api/schemas.py
src/runtime/api/sse.py
src/runtime/clients/__init__.py
src/runtime/clients/http_backend.py
src/runtime/clients/review.py
src/runtime/config/__init__.py
src/runtime/config/llm.py
src/runtime/config/settings.py
src/runtime/domain/__init__.py
src/runtime/domain/agent.py
src/runtime/domain/contracts.py
src/runtime/domain/models.py
src/runtime/memory/__init__.py
src/runtime/memory/context.py
src/runtime/memory/store.py
src/runtime/memory/types.py
src/runtime/observability/__init__.py
src/runtime/observability/otel.py
src/runtime/providers/__init__.py
src/runtime/providers/base.py
src/runtime/providers/echo.py
src/runtime/providers/gemini.py
src/runtime/providers/ollama.py
src/runtime/registry/__init__.py
src/runtime/registry/provider_factory.py
src/runtime/services/__init__.py
src/runtime/services/agent_router.py
src/runtime/services/multi_agent_orchestrator.py
src/runtime/services/orchestrator.py
tests/test_agent_registry.py
tests/test_ai_core_compat.py
tests/test_app.py
tests/test_auth.py
tests/test_completions.py
tests/test_contracts.py
tests/test_http_backend.py
tests/test_llm_config.py
tests/test_logging.py
tests/test_memory.py
tests/test_orchestrator.py
tests/test_otel.py
tests/test_provider_factory.py
tests/test_rate_limit.py
tests/test_resilience.py
tests/test_review_client.py
tests/test_sse.py