LICENSE
README.md
pyproject.toml
docs/source/conf.py
pygeai/__init__.py
pygeai.egg-info/PKG-INFO
pygeai.egg-info/SOURCES.sync-conflict-20241223-145950-3QD4F42.txt
pygeai.egg-info/SOURCES.txt
pygeai.egg-info/dependency_links.txt
pygeai.egg-info/entry_points.txt
pygeai.egg-info/requires.txt
pygeai.egg-info/top_level.txt
pygeai/admin/__init__.py
pygeai/admin/clients.py
pygeai/admin/endpoints.py
pygeai/assistant/__init__.py
pygeai/assistant/clients.py
pygeai/assistant/endpoints.py
pygeai/assistant/managers.py
pygeai/assistant/mappers.py
pygeai/assistant/data/__init__.py
pygeai/assistant/data/clients.py
pygeai/assistant/rag/__init__.py
pygeai/assistant/rag/clients.py
pygeai/assistant/rag/endpoints.py
pygeai/assistant/rag/mappers.py
pygeai/assistant/rag/models.py
pygeai/assistant/rag/responses.py
pygeai/chat/__init__.py
pygeai/chat/clients.py
pygeai/chat/endpoints.py
pygeai/chat/managers.py
pygeai/cli/__init__.py
pygeai/cli/__main__.py
pygeai/cli/geai.py
pygeai/cli/parsers.py
pygeai/cli/commands/__init__.py
pygeai/cli/commands/admin.py
pygeai/cli/commands/assistant.py
pygeai/cli/commands/base.py
pygeai/cli/commands/builders.py
pygeai/cli/commands/chat.py
pygeai/cli/commands/common.py
pygeai/cli/commands/configuration.py
pygeai/cli/commands/embeddings.py
pygeai/cli/commands/evaluation.py
pygeai/cli/commands/feedback.py
pygeai/cli/commands/files.py
pygeai/cli/commands/gam.py
pygeai/cli/commands/llm.py
pygeai/cli/commands/migrate.py
pygeai/cli/commands/options.py
pygeai/cli/commands/organization.py
pygeai/cli/commands/rag.py
pygeai/cli/commands/rerank.py
pygeai/cli/commands/usage_limits.py
pygeai/cli/commands/validators.py
pygeai/cli/commands/version.py
pygeai/cli/commands/flows/__init__.py
pygeai/cli/commands/lab/__init__.py
pygeai/cli/commands/lab/ai_lab.py
pygeai/cli/commands/lab/common.py
pygeai/cli/texts/__init__.py
pygeai/cli/texts/help.py
pygeai/core/__init__.py
pygeai/core/handlers.py
pygeai/core/models.py
pygeai/core/responses.py
pygeai/core/singleton.py
pygeai/core/base/__init__.py
pygeai/core/base/clients.py
pygeai/core/base/mappers.py
pygeai/core/base/models.py
pygeai/core/base/responses.py
pygeai/core/base/session.py
pygeai/core/common/__init__.py
pygeai/core/common/config.py
pygeai/core/common/decorators.py
pygeai/core/common/exceptions.py
pygeai/core/embeddings/__init__.py
pygeai/core/embeddings/clients.py
pygeai/core/embeddings/endpoints.py
pygeai/core/embeddings/managers.py
pygeai/core/embeddings/mappers.py
pygeai/core/embeddings/models.py
pygeai/core/embeddings/responses.py
pygeai/core/feedback/__init__.py
pygeai/core/feedback/clients.py
pygeai/core/feedback/endpoints.py
pygeai/core/feedback/models.py
pygeai/core/files/__init__.py
pygeai/core/files/clients.py
pygeai/core/files/endpoints.py
pygeai/core/files/managers.py
pygeai/core/files/mappers.py
pygeai/core/files/models.py
pygeai/core/files/responses.py
pygeai/core/llm/__init__.py
pygeai/core/llm/clients.py
pygeai/core/llm/endpoints.py
pygeai/core/rerank/__init__.py
pygeai/core/rerank/clients.py
pygeai/core/rerank/endpoints.py
pygeai/core/rerank/managers.py
pygeai/core/rerank/mappers.py
pygeai/core/rerank/models.py
pygeai/core/services/__init__.py
pygeai/core/services/rest.py
pygeai/core/services/llm/__init__.py
pygeai/core/services/llm/model.py
pygeai/core/services/llm/providers.py
pygeai/dbg/__init__.py
pygeai/dbg/debugger.py
pygeai/evaluation/__init__.py
pygeai/evaluation/clients.py
pygeai/evaluation/dataset/__init__.py
pygeai/evaluation/dataset/clients.py
pygeai/evaluation/dataset/endpoints.py
pygeai/evaluation/plan/__init__.py
pygeai/evaluation/plan/clients.py
pygeai/evaluation/plan/endpoints.py
pygeai/evaluation/result/__init__.py
pygeai/evaluation/result/clients.py
pygeai/evaluation/result/endpoints.py
pygeai/flows/__init__.py
pygeai/flows/endpoints.py
pygeai/flows/models.py
pygeai/gam/__init__.py
pygeai/gam/clients.py
pygeai/gam/endpoints.py
pygeai/lab/__init__.py
pygeai/lab/managers.py
pygeai/lab/models.py
pygeai/lab/agents/__init__.py
pygeai/lab/agents/clients.py
pygeai/lab/agents/endpoints.py
pygeai/lab/agents/mappers.py
pygeai/lab/processes/__init__.py
pygeai/lab/processes/clients.py
pygeai/lab/processes/endpoints.py
pygeai/lab/processes/mappers.py
pygeai/lab/strategies/__init__.py
pygeai/lab/strategies/clients.py
pygeai/lab/strategies/endpoints.py
pygeai/lab/strategies/mappers.py
pygeai/lab/tools/__init__.py
pygeai/lab/tools/clients.py
pygeai/lab/tools/endpoints.py
pygeai/lab/tools/mappers.py
pygeai/migration/__init__.py
pygeai/migration/strategies.py
pygeai/migration/tools.py
pygeai/organization/__init__.py
pygeai/organization/clients.py
pygeai/organization/endpoints.py
pygeai/organization/managers.py
pygeai/organization/mappers.py
pygeai/organization/responses.py
pygeai/organization/limits/__init__.py
pygeai/organization/limits/clients.py
pygeai/organization/limits/endpoints.py
pygeai/organization/limits/managers.py
pygeai/organization/limits/mappers.py
pygeai/tests/__init__.py
pygeai/tests/assistants/__init__.py
pygeai/tests/assistants/test_clients.py
pygeai/tests/assistants/test_managers.py
pygeai/tests/assistants/test_mappers.py
pygeai/tests/cli/__init__.py
pygeai/tests/cli/test_parsers.py
pygeai/tests/core/__init__.py
pygeai/tests/core/test_managers.py
pygeai/tests/core/base/__init__.py
pygeai/tests/core/base/test_mappers.py
pygeai/tests/core/base/test_models.py
pygeai/tests/core/base/data/__init__.py
pygeai/tests/core/base/data/mappers.py
pygeai/tests/core/base/data/models.py
pygeai/tests/core/files/__init__.py
pygeai/tests/core/files/test_managers.py
pygeai/tests/core/rerank/__init__.py
pygeai/tests/core/rerank/test_managers.py
pygeai/tests/core/rerank/test_mappers.py
pygeai/tests/lab/__init__.py
pygeai/tests/lab/test_mappers.py
pygeai/tests/lab/test_models.py
pygeai/tests/organization/__init__.py
pygeai/tests/organization/test_clients.py
pygeai/tests/organization/limits/__init__.py
pygeai/tests/organization/limits/test_managers.py
pygeai/tests/snippets/__init__.py
pygeai/tests/snippets/assistants/__init__.py
pygeai/tests/snippets/assistants/create_chat_assistant.py
pygeai/tests/snippets/assistants/create_text_assistant.py
pygeai/tests/snippets/assistants/get_assistant_data.py
pygeai/tests/snippets/assistants/get_assistant_list.py
pygeai/tests/snippets/assistants/send_feedback.py
pygeai/tests/snippets/assistants/update_chat_assistant.py
pygeai/tests/snippets/chat/__init__.py
pygeai/tests/snippets/chat/cancel_request.py
pygeai/tests/snippets/chat/chat_completion.py
pygeai/tests/snippets/chat/chat_completion_1.py
pygeai/tests/snippets/chat/chat_completion_2.py
pygeai/tests/snippets/chat/chat_completion_3.py
pygeai/tests/snippets/chat/chat_completion_4.py
pygeai/tests/snippets/chat/get_request_status.py
pygeai/tests/snippets/chat/send_chat_request.py
pygeai/tests/snippets/embeddings/__init__.py
pygeai/tests/snippets/embeddings/generate_embeddings.py
pygeai/tests/snippets/evaluation/__init__.py
pygeai/tests/snippets/files/__init__.py
pygeai/tests/snippets/files/delete_file.py
pygeai/tests/snippets/files/get_file_content.py
pygeai/tests/snippets/files/get_file_data.py
pygeai/tests/snippets/files/get_file_list.py
pygeai/tests/snippets/files/upload_file.py
pygeai/tests/snippets/gam/__init__.py
pygeai/tests/snippets/lab/__init__.py
pygeai/tests/snippets/lab/agentic_flow_example_1.py
pygeai/tests/snippets/lab/agentic_flow_example_2.py
pygeai/tests/snippets/lab/agentic_flow_example_3.py
pygeai/tests/snippets/lab/agentic_flow_example_4.py
pygeai/tests/snippets/lab/c_code_fixer_agent_flow.py
pygeai/tests/snippets/lab/file_summarizer_example.py
pygeai/tests/snippets/lab/agents/__init__.py
pygeai/tests/snippets/lab/agents/create_agent.py
pygeai/tests/snippets/lab/agents/delete_agent.py
pygeai/tests/snippets/lab/agents/get_agent.py
pygeai/tests/snippets/lab/agents/get_sharing_link.py
pygeai/tests/snippets/lab/agents/list_agents.py
pygeai/tests/snippets/lab/agents/publish_agent_revision.py
pygeai/tests/snippets/lab/agents/update_agent.py
pygeai/tests/snippets/lab/processes/__init__.py
pygeai/tests/snippets/lab/processes/create_process.py
pygeai/tests/snippets/lab/processes/create_task.py
pygeai/tests/snippets/lab/processes/list_processes.py
pygeai/tests/snippets/lab/strategies/__init__.py
pygeai/tests/snippets/lab/strategies/create_reasoning_strategy.py
pygeai/tests/snippets/lab/strategies/get_reasoning_strategy.py
pygeai/tests/snippets/lab/strategies/list_reasoning_strategies.py
pygeai/tests/snippets/lab/strategies/update_reasoning_strategy.py
pygeai/tests/snippets/lab/tools/__init__.py
pygeai/tests/snippets/lab/tools/create_tool.py
pygeai/tests/snippets/lab/tools/delete_tool.py
pygeai/tests/snippets/lab/tools/get_parameter.py
pygeai/tests/snippets/lab/tools/get_tool.py
pygeai/tests/snippets/lab/tools/list_tools.py
pygeai/tests/snippets/lab/tools/publish_tool_revision.py
pygeai/tests/snippets/lab/tools/set_parameters.py
pygeai/tests/snippets/lab/tools/update_tool.py
pygeai/tests/snippets/migrate/__init__.py
pygeai/tests/snippets/organization/__init__.py
pygeai/tests/snippets/organization/create_project.py
pygeai/tests/snippets/organization/delete_project.py
pygeai/tests/snippets/organization/export_request_data.py
pygeai/tests/snippets/organization/get_project_data.py
pygeai/tests/snippets/organization/get_project_list.py
pygeai/tests/snippets/organization/get_project_tokens.py
pygeai/tests/snippets/organization/update_project.py
pygeai/tests/snippets/rag/__init__.py
pygeai/tests/snippets/rag/create_rag_assistant.py
pygeai/tests/snippets/rag/delete_al_documents.py
pygeai/tests/snippets/rag/delete_document.py
pygeai/tests/snippets/rag/delete_rag_assistant.py
pygeai/tests/snippets/rag/get_document.py
pygeai/tests/snippets/rag/get_documents.py
pygeai/tests/snippets/rag/get_rag_assistant_data.py
pygeai/tests/snippets/rag/update_rag_assistant.py
pygeai/tests/snippets/rag/upload_document.py
pygeai/tests/snippets/rerank/__init__.py
pygeai/tests/snippets/rerank/rerank_chunks.py
pygeai/tests/snippets/usage_limit/__init__.py
pygeai/tests/snippets/usage_limit/delete_usage_limit.py
pygeai/tests/snippets/usage_limit/get_all_usage_limit_from_organization.py
pygeai/tests/snippets/usage_limit/get_usage_limit_from_organization.py
pygeai/tests/snippets/usage_limit/get_usage_limit_from_project.py
pygeai/tests/snippets/usage_limit/set_usage_limit_organization.py
pygeai/tests/snippets/usage_limit/set_usage_limit_project.py
pygeai/tests/snippets/usage_limit/update_usage_limit_organization.py
pygeai/tests/snippets/usage_limit/update_usage_limit_project.py