NEXUS AI market intelligence tools for CrewAI — signals, Kalshi markets, wallet AML
Project description
nexus-crewai
NEXUS AI market intelligence tools for CrewAI agents.
Install
pip install nexus-crewai
Quick start
from crewai import Agent, Task, Crew
from nexus_crewai import NexusMarketSignal, NexusKalshi, get_nexus_tools
analyst = Agent(
role="Financial Analyst",
goal="Provide market intelligence using NEXUS data",
backstory="Expert in crypto markets and prediction markets",
tools=get_nexus_tools(include_paid=False), # free tools to start
verbose=True,
)
task = Task(
description="What does Kalshi say about Bitcoin's chance of hitting $100k?",
expected_output="Market-implied probability with context",
agent=analyst,
)
crew = Crew(agents=[analyst], tasks=[task])
result = crew.kickoff()
With paid tools (market signals, wallet AML)
export WALLET_PRIVATE_KEY=0x... # Base mainnet wallet with USDC
pip install nexus-crewai[autopay]
All tools
| Tool | Price | Description |
|---|---|---|
NexusMarketSignal |
$0.05 | BULLISH/BEARISH/NEUTRAL + confidence |
NexusAggregate |
$0.15 | CoinGecko + QuantOracle + Kalshi consensus |
NexusWalletAML |
$0.001 | AML risk score for any EVM/Solana address |
NexusSentiment |
$0.002 | Sentiment analysis |
NexusSearch |
$0.02 | Web search + AI summary |
NexusKalshi |
FREE | Prediction market consensus |
NexusReputation |
FREE | Agent trust score 0-100 |
NexusDNS |
FREE | Route capability to best provider |
Links
- API: nexus-agent-xa12.onrender.com
- MCP:
claude mcp add nexus https://nexus-agent-xa12.onrender.com/mcp - LangChain version:
pip install nexus-langchain - AutoGen version:
pip install nexus-autogen
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
nexus_crewai-1.0.0.tar.gz
(3.8 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 nexus_crewai-1.0.0.tar.gz.
File metadata
- Download URL: nexus_crewai-1.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de45afd3df21a1946e307ab054f5aeba3bde8622ecccefb6cd21a28ad04f08ba
|
|
| MD5 |
a577c26b121269ed583e29783a3f6a48
|
|
| BLAKE2b-256 |
4aceb0ab77e1b8a56cfed8bbe906f77c0ed48f08ec961d802f8d978961f0e081
|
File details
Details for the file nexus_crewai-1.0.0-py3-none-any.whl.
File metadata
- Download URL: nexus_crewai-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9366018104f3e1dc95354090b64f54ecb041c510cedd9705d7c18c7eedc5c88d
|
|
| MD5 |
84288f3b5b16d1b75dd1d8633a60804d
|
|
| BLAKE2b-256 |
d853614b91d0939b1de0bc6a01da254f308f76269d76dd8371af2424635020f0
|