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.2.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.2-py3-none-any.whl
(15.0 kB
view details)
File details
Details for the file outpost9-0.0.2.tar.gz.
File metadata
- Download URL: outpost9-0.0.2.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 |
465ea4045617e86392e057fd1192eb645135a14870f5a8896f7ec75745c4fd73
|
|
| MD5 |
d94cb104d66149780d53bb9a0dfd27c9
|
|
| BLAKE2b-256 |
e9bcc50a3dcbfdcb61e82cb6fe7b26832e71e276c2a36d5a929cb628194b864d
|
File details
Details for the file outpost9-0.0.2-py3-none-any.whl.
File metadata
- Download URL: outpost9-0.0.2-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 |
93ab937fa8b43c0744bde2420b85bc00b2bf388f2bfbc8e584b21edab33fb1cd
|
|
| MD5 |
138b658cf409f00103b63d2ddd73b06f
|
|
| BLAKE2b-256 |
7ad779eb0d0971f7719414194bde73c974491212f457d134760f0da65c2009b4
|