1
1
Client Reference API
2
2
=============================
3
3
4
+ ACP Objects
5
+ --------------
6
+
4
7
``ApiClientConfiguration ``
5
8
***************************************
6
9
.. autoclass :: agntcy_acp.ApiClientConfiguration
@@ -19,16 +22,60 @@ Client Reference API
19
22
:members:
20
23
:inherited-members:
21
24
25
+ ``ApiClient ``
26
+ *****************************
27
+ .. autoclass :: agntcy_acp.ApiClient
28
+ :members:
29
+ :inherited-members:
30
+
31
+ ``AsyncApiClient ``
32
+ *****************************
33
+ .. autoclass :: agntcy_acp.AsyncApiClient
34
+ :members:
35
+ :inherited-members:
36
+
22
37
``ApiResponse ``
23
38
*****************************
24
39
.. autopydantic_model :: agntcy_acp.ApiResponse
25
40
:members:
26
41
42
+ LangGraph Bindings
43
+ -----------------------
44
+
45
+ ``ACPNode ``
46
+ *****************************
47
+ .. autoclass :: agntcy_acp.langgraph.ACPNode
48
+ :members:
49
+
50
+ ``APIBridgeAgentNode ``
51
+ *****************************
52
+ .. autoclass :: agntcy_acp.langgraph.APIBridgeAgentNode
53
+ :members:
54
+ :inherited-members:
55
+
56
+ ``APIBridgeInput ``
57
+ *****************************
58
+ .. autopydantic_model :: agntcy_acp.langgraph.APIBridgeInput
59
+ :members:
60
+
61
+ ``APIBridgeOutput ``
62
+ *****************************
63
+ .. autopydantic_model :: agntcy_acp.langgraph.APIBridgeOutput
64
+ :members:
65
+
66
+ ``add_io_mapped_edge ``
67
+ *****************************
68
+ .. autofunction :: agntcy_acp.langgraph.add_io_mapped_edge
69
+
70
+ ``add_io_mapped_conditional_edge ``
71
+ ****************************************
72
+ .. autofunction :: agntcy_acp.langgraph.add_io_mapped_conditional_edge
73
+
27
74
Exceptions
28
75
------------
29
76
30
77
``ACPDescriptorValidationException ``
31
- **************************************
78
+ ********************************************
32
79
.. autoclass :: agntcy_acp.ACPDescriptorValidationException
33
80
:members:
34
81
:inherited-members:
@@ -71,43 +118,43 @@ Exceptions
71
118
72
119
``BadRequestException ``
73
120
*****************************
74
- .. autoclass :: agntcy_acp.ApiException
121
+ .. autoclass :: agntcy_acp.BadRequestException
75
122
:members:
76
123
:inherited-members:
77
124
78
125
``NotFoundException ``
79
126
*****************************
80
- .. autoclass :: agntcy_acp.ApiException
127
+ .. autoclass :: agntcy_acp.NotFoundException
81
128
:members:
82
129
:inherited-members:
83
130
84
131
``UnauthorizedException ``
85
132
*****************************
86
- .. autoclass :: agntcy_acp.ApiException
133
+ .. autoclass :: agntcy_acp.UnauthorizedException
87
134
:members:
88
135
:inherited-members:
89
136
90
137
``ForbiddenException ``
91
138
*****************************
92
- .. autoclass :: agntcy_acp.ApiException
139
+ .. autoclass :: agntcy_acp.ForbiddenException
93
140
:members:
94
141
:inherited-members:
95
142
96
143
``ServiceException ``
97
144
*****************************
98
- .. autoclass :: agntcy_acp.ApiException
145
+ .. autoclass :: agntcy_acp.ServiceException
99
146
:members:
100
147
:inherited-members:
101
148
102
- ``ConflictException(ApiException ``
149
+ ``ConflictException ``
103
150
************************************
104
- .. autoclass :: agntcy_acp.ApiException
151
+ .. autoclass :: agntcy_acp.ConflictException
105
152
:members:
106
153
:inherited-members:
107
154
108
155
``UnprocessableEntityException ``
109
156
************************************
110
- .. autoclass :: agntcy_acp.ApiException
157
+ .. autoclass :: agntcy_acp.UnprocessableEntityException
111
158
:members:
112
159
:inherited-members:
113
160
0 commit comments