Python SDK for the Asteroid Agents API
Project description
Asteroid Odyssey Python SDK
Python SDK for the Asteroid Agents API.
Installation
pip install asteroid-odyssey
Usage
from asteroid_odyssey import ApiClient, Configuration, ExecutionApi
# Configure the client
config = Configuration(
host="https://odyssey.asteroid.ai/agents/v2",
api_key={"ApiKeyAuth": "your-api-key"}
)
client = ApiClient(config)
execution_api = ExecutionApi(client)
# Execute an agent
response = execution_api.agent_execute_post(
agent_id="your-agent-id",
agents_agent_execute_agent_request={"inputs": {"input": "value"}}
)
print(f"Execution ID: {response.execution_id}")
Documentation
See docs.asteroid.ai for full documentation.
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
asteroid_odyssey-1.6.259.tar.gz
(92.1 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 asteroid_odyssey-1.6.259.tar.gz.
File metadata
- Download URL: asteroid_odyssey-1.6.259.tar.gz
- Upload date:
- Size: 92.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d7517d92b41daaea3727b3413011c85be6a077286ce70d71ef46c81178465ab
|
|
| MD5 |
dcc32058dde611c5ffa72308230c3f9c
|
|
| BLAKE2b-256 |
e5b88940383a0ff9b2cdcf105b80d89ebea6c3de8280e53b7aeb8fde40f6b2b7
|
File details
Details for the file asteroid_odyssey-1.6.259-py3-none-any.whl.
File metadata
- Download URL: asteroid_odyssey-1.6.259-py3-none-any.whl
- Upload date:
- Size: 308.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 |
a0b77b3c27e70d667f2ff58b1a56dbbf5376c320197b912b2df25e33473fe262
|
|
| MD5 |
fdaa1835c32b53eb3f94a4aef350ba84
|
|
| BLAKE2b-256 |
c8528b85419972b584f95e5ba610509ad0bbcb8c772d8433b2e3b0fbe692ae0b
|