Skip to main content

AutoGen tool wrappers for MAXIA Oracle — multi-source price feeds for AI agents. Data feed only.

Project description

autogen-maxia-oracle

AutoGen (autogen-core 0.4+) tool wrappers for MAXIA Oracle — multi-source crypto and equity price feeds for AI agents.

Data feed only. Not investment advice. No custody. No KYC.

Install

pip install autogen-maxia-oracle

Depends on maxia-oracle (the Python SDK) and autogen-core>=0.4.

Quick start

from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient

from autogen_maxia_oracle import get_all_tools

tools = get_all_tools(api_key="mxo_xxxxxxxx...")
# or rely on MAXIA_ORACLE_API_KEY env var:
# tools = get_all_tools()

model_client = OpenAIChatCompletionClient(model="gpt-4o-mini")

agent = AssistantAgent(
    name="market_data_analyst",
    model_client=model_client,
    tools=tools,
    system_message=(
        "You are a cautious market data analyst. Always report the source "
        "count and divergence when returning a price."
    ),
)

Tools

All 17 tools are FunctionTool instances, one per SDK method:

Tool name SDK method
maxia_oracle_get_price price(symbol)
maxia_oracle_get_prices_batch prices_batch(symbols)
maxia_oracle_get_sources_status sources()
maxia_oracle_get_cache_stats cache_stats()
maxia_oracle_get_confidence confidence(symbol)
maxia_oracle_list_supported_symbols list_symbols()
maxia_oracle_get_chainlink_onchain chainlink_onchain(symbol, chain)
maxia_oracle_health_check health()
maxia_oracle_get_redstone redstone(symbol)
maxia_oracle_get_pyth_solana pyth_solana(symbol)
maxia_oracle_get_twap twap(symbol, chain, window_s)
maxia_oracle_get_price_context price_context(symbol)
maxia_oracle_get_metadata metadata(symbol)
maxia_oracle_get_price_history price_history(symbol, range)
maxia_oracle_create_alert create_alert(...)
maxia_oracle_list_alerts list_alerts()
maxia_oracle_delete_alert delete_alert(alert_id)

Configuration

Variable Purpose
MAXIA_ORACLE_API_KEY The mxo_-prefixed key from POST /api/register
MAXIA_ORACLE_BASE_URL Override backend URL (default https://oracle.maxiaworld.app)

Non-goals

Read-only data feed: no order routing, no swap, no custody, no KYC, no tokenized securities, no yield execution.

License

Apache-2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autogen_maxia_oracle-0.2.1.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autogen_maxia_oracle-0.2.1-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file autogen_maxia_oracle-0.2.1.tar.gz.

File metadata

  • Download URL: autogen_maxia_oracle-0.2.1.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for autogen_maxia_oracle-0.2.1.tar.gz
Algorithm Hash digest
SHA256 2340962837b19451d97e5ef804ffdc915c86ef5fa66c24270b2d8ec89deca809
MD5 04e4b5b464d651d9d2c63e8497b1002a
BLAKE2b-256 e15a08cc8c4b9a49107fc045a2ea2aaf234c1e378a3165b5fbfa685e3910afaa

See more details on using hashes here.

File details

Details for the file autogen_maxia_oracle-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for autogen_maxia_oracle-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4c1a765a57d07db3d36dab5b1205d9a8cc585a5d0bf973acb136fc71cf5aa7e7
MD5 f26afff5485130abda8a1ec9c79e8626
BLAKE2b-256 2d5b7c58028047e6a3c2d86806d584a1a5fd2784b8c6164d4fe4b971417013fd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page