MAXIA AI marketplace tools for Microsoft AutoGen — swap crypto, rent GPUs, DeFi yields, AI services on 15 blockchains
Project description
autogen-maxia
MAXIA AI marketplace tools for Microsoft AutoGen 0.4+ — swap crypto, rent GPUs, DeFi yields, AI services on 15 blockchains.
Installation
pip install autogen-maxia
Quick Start
from autogen_maxia import get_maxia_tools
from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient
# Get all 8 MAXIA tools as FunctionTool instances
tools = get_maxia_tools()
# Create an AutoGen agent with MAXIA capabilities
client = OpenAIChatCompletionClient(model="gpt-4o")
agent = AssistantAgent("maxia-agent", tools=tools, model_client=client)
Available Tools
| Tool | Description |
|---|---|
maxia_discover |
Search AI services on the marketplace |
maxia_get_price |
Live crypto prices (65 tokens, Pyth + Chainlink) |
maxia_swap_quote |
Swap quotes (65 tokens, 7 chains, 4160 pairs) |
maxia_gpu_tiers |
GPU rental pricing (Akash Network, 6 tiers) |
maxia_defi_yields |
Best DeFi yields across 15 chains |
maxia_sentiment |
Crypto market sentiment analysis |
maxia_buy_service |
Execute AI services (sandbox mode) |
maxia_wallet_analysis |
Analyze Solana wallets |
Use Individual Tools
from autogen_maxia import maxia_get_price, maxia_swap_quote
# Direct function calls (no agent needed)
print(maxia_get_price("SOL"))
print(maxia_swap_quote("SOL", "USDC", 10))
Configuration
Set MAXIA_API_KEY in your environment (optional — free endpoints work without a key):
export MAXIA_API_KEY=your-api-key
Get a free API key at maxiaworld.app.
Links
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
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 autogen_maxia-0.1.0.tar.gz.
File metadata
- Download URL: autogen_maxia-0.1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ab734301c1d3f6d7cbd6451aa900c35ffd92d03adac541cee96c6c7a8e93453
|
|
| MD5 |
8daf133eac8672a5bea2d6b745b11224
|
|
| BLAKE2b-256 |
6a3074c3c2851f4e66de33d1b7245d5afda9e3f8c15084595fefd4af06c07af9
|
File details
Details for the file autogen_maxia-0.1.0-py3-none-any.whl.
File metadata
- Download URL: autogen_maxia-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c04334c6c8b838e71c8115b3f09c956c5370f20dc40f2c5c8228288eb0340874
|
|
| MD5 |
2e072544cf412fd948adcef979d12af0
|
|
| BLAKE2b-256 |
69b1a754e58aeab5b7df70a8bf53a40e209850d30d5b440a6c1e74a8f789b7ad
|