Enterprise-grade, self-healing autonomous AI agent infrastructure.
Project description
AgentShip SDK 🚀
Enterprise-grade, self-healing autonomous AI agent infrastructure.
Stop building wrappers, start deploying real agents.
🌟 Features
- Self-Healing Core: Automatically handles API limits (503), network drops, and exponential backoffs.
- Bank-Grade Security: Native Supabase API Key validation and Row Level Security.
- Autonomous Tooling: Give your agents tools (web search, live crypto data) and let them decide when to use them.
📦 Installation
pip install agentship
🚀 Quick Start
from agentship import Agent
from agentship.tools import web_search, get_crypto_price
# Initialize your secure, autonomous agent
agent = Agent(
api_key="your_agentship_api_key",
goal="Act as a senior financial analyst.",
tools=[web_search, get_crypto_price]
)
response = agent.run("What is the current price of BTCUSDT?")
print(response)
🛡️ License
MIT License
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
agentship-0.1.3.tar.gz
(4.5 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
File details
Details for the file agentship-0.1.3.tar.gz.
File metadata
- Download URL: agentship-0.1.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dcebbb1cc5556a6156305af19683016ea3121b2c8093e8ba9b1587de22c08f6
|
|
| MD5 |
3b8199bd9add55f5d119e96848308c2d
|
|
| BLAKE2b-256 |
04e6a1f485c5b428282af3fd5d05fe6a471afa380412f5f23bef02eb612017c3
|
File details
Details for the file agentship-0.1.3-py3-none-any.whl.
File metadata
- Download URL: agentship-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18ccebd8d37b5cb70fdc76728e0cbca77e85d22f57690d7c1de962713a65888a
|
|
| MD5 |
a98d29485e759476508ee72892f7fa89
|
|
| BLAKE2b-256 |
e12b3731583e814ded76710ada9fdf8b903baf5f664f02005473beee3592743a
|