We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7162a6 commit 62cf8a8Copy full SHA for 62cf8a8
setup.py
@@ -0,0 +1,14 @@
1
+# agentex-sdk: The official Python library for the Agentex API.
2
+#
3
+# This package provides convenient access to the Agentex REST API from any
4
+# Python 3.12+ application. It includes type definitions for all request
5
+# params and response fields, and offers both synchronous and asynchronous
6
+# clients powered by httpx.
7
8
+# It also ships the `agentex` CLI for managing agents, tasks, and secrets.
9
10
+# Homepage: https://github.com/scaleapi/scale-agentex-python
11
+
12
+from setuptools import setup
13
14
+setup()
0 commit comments