Skip to content

Commit

Permalink
Python Agent Communication Protocol SDK Client v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Aug 8, 2023
1 parent a005da3 commit 8232790
Show file tree
Hide file tree
Showing 16 changed files with 700 additions and 78 deletions.
2 changes: 1 addition & 1 deletion agent_client/python/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ agent_protocol_client/configuration.py
agent_protocol_client/docs/AgentApi.md
agent_protocol_client/exceptions.py
agent_protocol_client/models/__init__.py
agent_protocol_client/models/artifact.py
agent_protocol_client/models/step.py
agent_protocol_client/models/step_all_of.py
agent_protocol_client/models/step_request_body.py
agent_protocol_client/models/step_result.py
agent_protocol_client/models/task.py
agent_protocol_client/models/task_all_of.py
agent_protocol_client/models/task_request_body.py
Expand Down
4 changes: 2 additions & 2 deletions agent_client/python/agent_protocol_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Specification of the API protocol for communication with an agent. # noqa: E501
The version of the OpenAPI document: v1
The version of the OpenAPI document: v0.2
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
Expand All @@ -31,10 +31,10 @@
from agent_protocol_client.exceptions import ApiException

# import models into sdk package
from agent_protocol_client.models.artifact import Artifact
from agent_protocol_client.models.step import Step
from agent_protocol_client.models.step_all_of import StepAllOf
from agent_protocol_client.models.step_request_body import StepRequestBody
from agent_protocol_client.models.step_result import StepResult
from agent_protocol_client.models.task import Task
from agent_protocol_client.models.task_all_of import TaskAllOf
from agent_protocol_client.models.task_request_body import TaskRequestBody
Loading

0 comments on commit 8232790

Please sign in to comment.