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
Release files for autogen-maxia 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| autogen_maxia-0.1.0.tar.gz | 5.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| autogen_maxia-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.7 kB
Release files / autogen_maxia-0.1.0.tar.gz
| Download URL | autogen_maxia-0.1.0.tar.gz |
|---|---|
| Size | 5.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0ab734301c1d3f6d7cbd6451aa900c35ffd92d03adac541cee96c6c7a8e93453
|
|
BLAKE2b-256 checksum How to use checksums |
6a3074c3c2851f4e66de33d1b7245d5afda9e3f8c15084595fefd4af06c07af9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|
Release files / autogen_maxia-0.1.0-py3-none-any.whl
| Download URL | autogen_maxia-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c04334c6c8b838e71c8115b3f09c956c5370f20dc40f2c5c8228288eb0340874
|
|
BLAKE2b-256 checksum How to use checksums |
69b1a754e58aeab5b7df70a8bf53a40e209850d30d5b440a6c1e74a8f789b7ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|