Skip to content

Commit 03af884

Browse files
feat(api): manual updates
1 parent 2ae3bf7 commit 03af884

File tree

5 files changed

+1
-94
lines changed

5 files changed

+1
-94
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 34
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-62a09183a027c64707ad1b9d7a5ccc66c8abf3965e6075282cb5ab72f742a2b3.yml
33
openapi_spec_hash: 47f43703822077a82e2edf82d4b7e0e5
4-
config_hash: 8691ea87e9147c7f77e63100041c1a3c
4+
config_hash: dc388766b3eba23cc8e18aa81563182d

api.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Shared Types
2-
3-
```python
4-
from agentex.types import TaskMessageUpdate
5-
```
6-
71
# Agents
82

93
Types:

src/agentex/types/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from .agent import Agent as Agent
88
from .event import Event as Event
99
from .state import State as State
10-
from .shared import TaskMessageUpdate as TaskMessageUpdate
1110
from .acp_type import AcpType as AcpType
1211
from .data_delta import DataDelta as DataDelta
1312
from .text_delta import TextDelta as TextDelta

src/agentex/types/shared/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/agentex/types/shared/task_message_update.py

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)