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.874.tar.gz
(120.9 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.874.tar.gz.
File metadata
- Download URL: asteroid_odyssey-1.6.874.tar.gz
- Upload date:
- Size: 120.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc723a103fdc341af6ec6a1c440776b5ebc8a756214a06d3508e997c4f6ae98b
|
|
| MD5 |
6668e20eeeb723c8ce1c41671834e87a
|
|
| BLAKE2b-256 |
be5505142767683a8ba24e2c6a18346c4d9b0109c27175b7e61d015404676625
|
File details
Details for the file asteroid_odyssey-1.6.874-py3-none-any.whl.
File metadata
- Download URL: asteroid_odyssey-1.6.874-py3-none-any.whl
- Upload date:
- Size: 406.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd625eac8be3df41c82f27901edd2e62a61872341074f4ea0a1b39d4fba6b053
|
|
| MD5 |
40c1532d2a6bf937f7a3e5abab64c59d
|
|
| BLAKE2b-256 |
8cb312bf06b82429e8674a06807249600a49680f9f947799f6d332f197e08b9f
|