Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions sdk-endpoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ GET /api/v1/agent-telemetry/summary # not yet wrapped
GET /api/v1/agent-telemetry/count # not yet wrapped
GET /api/v1/agent-telemetry/series # not yet wrapped
DELETE /api/v1/agent-telemetry # not yet wrapped
# Agent Gates' Hook Server: a hook-protocol endpoint for agent tooling, not an SDK surface
POST /api/v1/hooks/check # not yet wrapped
# Routing policies
GET /api/v1/routing/policies # not yet wrapped
POST /api/v1/routing/policies # not yet wrapped
Expand Down
10 changes: 9 additions & 1 deletion src/otari/_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand All @@ -31,6 +31,7 @@
"EmbeddingsApi",
"FilesApi",
"HealthApi",
"HooksApi",
"ImagesApi",
"InvitationsApi",
"KeysApi",
Expand Down Expand Up @@ -221,6 +222,7 @@
"ExternalIngestError",
"ExternalIngestResult",
"ExternalUsageEvent",
"GateResultResponse",
"GatewaySettings",
"GuardrailCatalog",
"GuardrailCategory",
Expand Down Expand Up @@ -462,6 +464,8 @@
"PlaygroundMessagesPublic",
"PlaygroundToolStatus",
"PlaygroundToolsResponse",
"PolicyCheckRequest",
"PolicyCheckResponse",
"PolicyRequest",
"PolicyResponse",
"PoolStatus",
Expand Down Expand Up @@ -622,6 +626,7 @@
from otari._client.api.embeddings_api import EmbeddingsApi as EmbeddingsApi
from otari._client.api.files_api import FilesApi as FilesApi
from otari._client.api.health_api import HealthApi as HealthApi
from otari._client.api.hooks_api import HooksApi as HooksApi
from otari._client.api.images_api import ImagesApi as ImagesApi
from otari._client.api.invitations_api import InvitationsApi as InvitationsApi
from otari._client.api.keys_api import KeysApi as KeysApi
Expand Down Expand Up @@ -816,6 +821,7 @@
from otari._client.models.external_ingest_error import ExternalIngestError as ExternalIngestError
from otari._client.models.external_ingest_result import ExternalIngestResult as ExternalIngestResult
from otari._client.models.external_usage_event import ExternalUsageEvent as ExternalUsageEvent
from otari._client.models.gate_result_response import GateResultResponse as GateResultResponse
from otari._client.models.gateway_settings import GatewaySettings as GatewaySettings
from otari._client.models.guardrail_catalog import GuardrailCatalog as GuardrailCatalog
from otari._client.models.guardrail_category import GuardrailCategory as GuardrailCategory
Expand Down Expand Up @@ -1057,6 +1063,8 @@
from otari._client.models.playground_messages_public import PlaygroundMessagesPublic as PlaygroundMessagesPublic
from otari._client.models.playground_tool_status import PlaygroundToolStatus as PlaygroundToolStatus
from otari._client.models.playground_tools_response import PlaygroundToolsResponse as PlaygroundToolsResponse
from otari._client.models.policy_check_request import PolicyCheckRequest as PolicyCheckRequest
from otari._client.models.policy_check_response import PolicyCheckResponse as PolicyCheckResponse
from otari._client.models.policy_request import PolicyRequest as PolicyRequest
from otari._client.models.policy_response import PolicyResponse as PolicyResponse
from otari._client.models.pool_status import PoolStatus as PoolStatus
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/_spec_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__spec_version__ = "0.6.1"
__spec_version__ = "0.6.2"
1 change: 1 addition & 0 deletions src/otari/_client/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from otari._client.api.embeddings_api import EmbeddingsApi
from otari._client.api.files_api import FilesApi
from otari._client.api.health_api import HealthApi
from otari._client.api.hooks_api import HooksApi
from otari._client.api.images_api import ImagesApi
from otari._client.api.invitations_api import InvitationsApi
from otari._client.api.keys_api import KeysApi
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/admin_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/agent_telemetry_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/aliases_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/audio_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/auth_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/batches_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/bootstrap_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/budgets_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/catalog_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/chat_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/embeddings_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/files_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/otari/_client/api/health_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Otari, an OpenAI-compatible LLM gateway with API key management

The version of the OpenAPI document: 0.6.1
The version of the OpenAPI document: 0.6.2
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
Loading
Loading