.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
Makefile
README.md
hccl-demo.yaml
mypy.ini
pyproject.toml
tox.ini
uv.lock
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/_integration_tests.yml
.github/workflows/_tests.yml
.github/workflows/check_code_quality.yml
.github/workflows/upload-to-pypi.yml
src/seekrai/__init__.py
src/seekrai/client.py
src/seekrai/constants.py
src/seekrai/error.py
src/seekrai/filemanager.py
src/seekrai/seekrflow_response.py
src/seekrai/version.py
src/seekrai.egg-info/PKG-INFO
src/seekrai.egg-info/SOURCES.txt
src/seekrai.egg-info/dependency_links.txt
src/seekrai.egg-info/requires.txt
src/seekrai.egg-info/top_level.txt
src/seekrai/abstract/__init__.py
src/seekrai/abstract/api_requestor.py
src/seekrai/abstract/response_parsing.py
src/seekrai/resources/__init__.py
src/seekrai/resources/alignment.py
src/seekrai/resources/completions.py
src/seekrai/resources/data_jobs.py
src/seekrai/resources/deployments.py
src/seekrai/resources/embeddings.py
src/seekrai/resources/explainability.py
src/seekrai/resources/files.py
src/seekrai/resources/finetune.py
src/seekrai/resources/images.py
src/seekrai/resources/ingestion.py
src/seekrai/resources/models.py
src/seekrai/resources/projects.py
src/seekrai/resources/resource_base.py
src/seekrai/resources/tools.py
src/seekrai/resources/vectordb.py
src/seekrai/resources/agents/__init__.py
src/seekrai/resources/agents/agent_inference.py
src/seekrai/resources/agents/agent_observability.py
src/seekrai/resources/agents/agents.py
src/seekrai/resources/agents/python_functions.py
src/seekrai/resources/agents/threads.py
src/seekrai/resources/chat/__init__.py
src/seekrai/resources/chat/completions.py
src/seekrai/types/__init__.py
src/seekrai/types/abstract.py
src/seekrai/types/alignment.py
src/seekrai/types/chat_completions.py
src/seekrai/types/common.py
src/seekrai/types/completions.py
src/seekrai/types/data_jobs.py
src/seekrai/types/deployments.py
src/seekrai/types/embeddings.py
src/seekrai/types/enums.py
src/seekrai/types/error.py
src/seekrai/types/explainability.py
src/seekrai/types/files.py
src/seekrai/types/finetune.py
src/seekrai/types/images.py
src/seekrai/types/ingestion.py
src/seekrai/types/models.py
src/seekrai/types/projects.py
src/seekrai/types/tools.py
src/seekrai/types/vectordb.py
src/seekrai/types/agents/__init__.py
src/seekrai/types/agents/agent.py
src/seekrai/types/agents/observability.py
src/seekrai/types/agents/python_functions.py
src/seekrai/types/agents/runs.py
src/seekrai/types/agents/threads.py
src/seekrai/types/agents/tools/__init__.py
src/seekrai/types/agents/tools/env_model_config.py
src/seekrai/types/agents/tools/tool.py
src/seekrai/types/agents/tools/tool_types.py
src/seekrai/types/agents/tools/schemas/__init__.py
src/seekrai/types/agents/tools/schemas/agent_as_tool.py
src/seekrai/types/agents/tools/schemas/file_search.py
src/seekrai/types/agents/tools/schemas/file_search_env.py
src/seekrai/types/agents/tools/schemas/mcp_connector.py
src/seekrai/types/agents/tools/schemas/mcp_connector_env.py
src/seekrai/types/agents/tools/schemas/run_python.py
src/seekrai/types/agents/tools/schemas/run_python_env.py
src/seekrai/types/agents/tools/schemas/web_search.py
src/seekrai/types/agents/tools/schemas/web_search_env.py
src/seekrai/utils/__init__.py
src/seekrai/utils/_log.py
src/seekrai/utils/api_helpers.py
src/seekrai/utils/files.py
src/seekrai/utils/tools.py
tests/__init__.py
tests/fixtures/fine_tune_upload.jsonl
tests/integration/__init__.py
tests/integration/constants.py
tests/integration/resources/__init__.py
tests/integration/resources/config.py
tests/integration/resources/conftest.py
tests/integration/resources/scaffolding.py
tests/integration/resources/test_error_formatter.py
tests/integration/resources/agents/__init__.py
tests/integration/resources/agents/test_agents_crud.py
tests/integration/resources/agents/test_agents_flow.py
tests/integration/resources/agents/test_agents_flow_async.py
tests/integration/resources/agents/test_agents_run_python.py
tests/integration/resources/agents/test_agents_web_search.py
tests/integration/resources/agents/test_files/sample_knowledge_base.md
tests/integration/resources/alignment/__init__.py
tests/integration/resources/alignment/test_alignment_cancel.py
tests/integration/resources/alignment/test_alignment_flow_raft.py
tests/integration/resources/alignment/test_alignment_generation.py
tests/integration/resources/alignment/test_files/airline_sample_alignment_data.json
tests/integration/resources/alignment/test_files/freeway_facts_part_1.md
tests/integration/resources/alignment/test_files/freeway_facts_part_2.md
tests/integration/resources/alignment/test_files/freeway_facts_part_3.md
tests/integration/resources/alignment/test_files/us_interstate_sample_alignment_data.json
tests/integration/resources/data_jobs/__init__.py
tests/integration/resources/data_jobs/test_data_jobs_workflow.py
tests/integration/resources/data_jobs/test_files/ingestion_sample.md
tests/integration/resources/data_jobs/test_files/ingestion_sample.pdf
tests/integration/resources/data_jobs/test_files/sample_alignment_data.json
tests/integration/resources/deployments/__init__.py
tests/integration/resources/deployments/test_deployment_lifecycle.py
tests/integration/resources/explainability/__init__.py
tests/integration/resources/explainability/test_context_attribution.py
tests/integration/resources/files/__init__.py
tests/integration/resources/files/test_file_management.py
tests/integration/resources/files/test_files.py
tests/integration/resources/files/test_files_parity.py
tests/integration/resources/files/test_files/airline_sample_alignment_data.json
tests/integration/resources/files/test_files/pretrain_data_testing.parquet
tests/integration/resources/files/test_files/sample_training_data.parquet
tests/integration/resources/files/test_files/test_file1.txt
tests/integration/resources/files/test_files/test_file2.txt
tests/integration/resources/ingestion/__init__.py
tests/integration/resources/ingestion/test_ingestion_flow.py
tests/integration/resources/ingestion/test_ingestion_flow_vision.py
tests/integration/resources/ingestion/test_files/narrative.pdf
tests/integration/resources/ingestion/test_files/walmart_1993_short.pdf
tests/integration/resources/models/__init__.py
tests/integration/resources/models/test_models_list.py
tests/integration/resources/projects/__init__.py
tests/integration/resources/projects/test_projects_crud.py
tests/integration/resources/serving/__init__.py
tests/integration/resources/serving/test_chat_completions.py
tests/integration/resources/serving/test_chat_completions_async.py
tests/integration/resources/serving/test_completion.py
tests/integration/resources/serving/test_completion_stream.py
tests/integration/resources/serving/test_embeddings.py
tests/integration/resources/serving/test_serving_chat.py
tests/integration/resources/tools/__init__.py
tests/integration/resources/training/__init__.py
tests/integration/resources/training/test_fine_tune_cancel.py
tests/integration/resources/training/test_fine_tune_lora.py
tests/integration/resources/training/test_fine_tune_vision.py
tests/integration/resources/training/test_fine_tune_workflow.py
tests/integration/resources/training/test_training_misc.py
tests/integration/resources/training/test_files/airline_sample_training_data.jsonl
tests/integration/resources/training/test_files/sample_training_data.parquet
tests/integration/resources/training/test_files/sample_vision_training_data.parquet
tests/integration/seekrbot/__init__.py
tests/integration/seekrbot/config.py
tests/integration/seekrbot/conftest.py
tests/integration/seekrbot/test_agents_multi_turn.py
tests/integration/seekrbot/test_agents_run_python_arithmetic.py
tests/integration/seekrbot/test_agents_web_search_keywords.py
tests/unit/test_agent_thread_messages.py
tests/unit/test_agents.py
tests/unit/test_alignment_resource.py
tests/unit/test_alignment_types.py
tests/unit/test_api_requestor_headers.py
tests/unit/test_async_client.py
tests/unit/test_client.py
tests/unit/test_finetune_types.py
tests/unit/test_imports.py
tests/unit/test_response_parsing.py
tests/unit/test_tools.py