Skip to content

Commit 62cf8a8

Browse files
SWE Destroyerclaude
andcommitted
Add setup.py with project description comment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c7162a6 commit 62cf8a8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

setup.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)