LICENSE
README.md
pyproject.toml
ai/__init__.py
ai/agent.py
ai/async_client.py
ai/async_executor.py
ai/client.py
ai/config.py
ai/config_validator.py
ai/cost.py
ai/documents.py
ai/embeddings.py
ai/exceptions.py
ai/executor.py
ai/images.py
ai/logger.py
ai/memory.py
ai/orchestrator.py
ai/parser.py
ai/prompts.py
ai/rag.py
ai/request_builder.py
ai/retriever.py
ai/retry.py
ai/schemas.py
ai/structured.py
ai/tools.py
ai/vector_store.py
ai/workflow.py
ai/cli/__init__.py
ai/cli/config_commands.py
ai/cli/main.py
ai/integrations/__init__.py
ai/integrations/django/__init__.py
ai/integrations/django/client.py
ai/integrations/django/config.py
ai/integrations/fastapi/__init__.py
ai/integrations/fastapi/dependencies.py
ai/providers/__init__.py
ai/providers/base.py
ai/providers/factory.py
ai/providers/openai_provider.py
python_ai_toolkit.egg-info/PKG-INFO
python_ai_toolkit.egg-info/SOURCES.txt
python_ai_toolkit.egg-info/dependency_links.txt
python_ai_toolkit.egg-info/entry_points.txt
python_ai_toolkit.egg-info/requires.txt
python_ai_toolkit.egg-info/top_level.txt
tests/test_agent.py
tests/test_async_client.py
tests/test_benchmark_fakes.py
tests/test_changelog.py
tests/test_ci_workflow.py
tests/test_cli.py
tests/test_client.py
tests/test_config.py
tests/test_config_validator.py
tests/test_cost.py
tests/test_django_integration.py
tests/test_documentation_examples.py
tests/test_documents.py
tests/test_embeddings.py
tests/test_examples.py
tests/test_executor.py
tests/test_fastapi_integration.py
tests/test_image_inputs.py
tests/test_logger.py
tests/test_logging_integration.py
tests/test_memory.py
tests/test_orchestrator.py
tests/test_package_metadata.py
tests/test_parser.py
tests/test_project_state.py
tests/test_prompt_builder.py
tests/test_prompts.py
tests/test_provider_factory.py
tests/test_public_api.py
tests/test_public_api_stability.py
tests/test_rag.py
tests/test_release_commit.py
tests/test_release_documentation.py
tests/test_release_workflow.py
tests/test_request_builder.py
tests/test_retriever.py
tests/test_retry.py
tests/test_streaming.py
tests/test_structured.py
tests/test_tool_calling.py
tests/test_vector_store.py
tests/test_version_consistency.py
tests/test_workflow.py