Python SDK for Outpost9 AI agent deployment platform
Project description
Outpost9 Python SDK
Deploy AI agents with one decorator.
Installation
pip install outpost9
Quick Start
from outpost9 import route
@route("/research")
async def research(topic: str):
print(f"Researching: {topic}") # Streams via SSE
result = await run_research(topic)
return {"report": result}
How It Works
- The
@routedecorator registers your function as an HTTP endpoint print()statements are captured and streamed via Server-Sent Events- The final return value is sent as the result
Running Locally
outpost9-serve
This starts a local server with all registered routes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
outpost9-0.0.1.tar.gz
(10.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
outpost9-0.0.1-py3-none-any.whl
(15.0 kB
view details)
File details
Details for the file outpost9-0.0.1.tar.gz.
File metadata
- Download URL: outpost9-0.0.1.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
873662d72ab21dab31701a98f513f64fafaec00f5b2322e89231e0c01960a3f9
|
|
| MD5 |
bbf1f296001bd14cce80dbf2da4bb44f
|
|
| BLAKE2b-256 |
07421f2ff75b66d3dbde8fbda9078fd3f38631ecbdaa573634013ce4fa266daf
|
File details
Details for the file outpost9-0.0.1-py3-none-any.whl.
File metadata
- Download URL: outpost9-0.0.1-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe0314d6b9fe54f21edaa94b390b8343f1888de2f349460ed1f13dc712cea542
|
|
| MD5 |
d1f08c9ea1d08e19ab1c09a0ab06bf62
|
|
| BLAKE2b-256 |
abfc0cbd434e558f008c182f1a7d891e781eb3a49a8ef49c4354c65a41b806ae
|