Python SDK Installation

The Asteroid Odyssey Python SDK provides a simple way to interact with the Asteroid Agents API. The SDK requires Python 3.12 or higher.

Installation

You can install the SDK using pip:

pip install asteroid-odyssey

It is recommended to install the SDK in a virtual environment like https://docs.astral.sh/uv/

Basic Usage

Here’s a quick example to get started:

from asteroid_odyssey import AsteroidAgents

client = AsteroidAgents('YOUR_API_KEY')

Requirements

  • Python 3.12 or higher
  • pip (Python package installer)

License

The Asteroid Odyssey SDK is available under the MIT License.