Skip to main content

Python SDK for Circle Intelligence — F.I.R.E. economy real-time signal detection

Project description

Circle Intelligence SDK

Python SDK for Circle Intelligence — real-time F.I.R.E. economy signal detection via 7-agent AI cascade.

Install

pip install circle-intelligence              # core (browsing, search, chat)
pip install circle-intelligence[wallet]       # + wallet authentication
pip install circle-intelligence[payment]      # + USDC payment flow

Quick Start

from circle_intelligence import CircleSDK

# Free tier — no auth needed
sdk = CircleSDK("https://circle.news")
signals = sdk.get_recent_signals(limit=3)
entities = sdk.get_kg_entities(search="Bitcoin")
briefs = sdk.get_briefs(limit=5)

# Premium tier — with API key
sdk = CircleSDK("https://circle.news", api_key="circ_your_key")
results = sdk.search_signals("DeFi bridge exploit")
analytics = sdk.get_kg_analytics(days=7)
response = sdk.chat(signal_id=1744, messages=[{"role": "user", "content": "What happened?"}])

Features

Feature Free Premium
Recent signals 6h delay, 3 max Real-time, 100 max
Daily briefs Yes Yes
Knowledge graph browsing Yes Yes
KG analytics + cross-sector No Yes
Semantic search No Yes
RAG-powered chat No Yes
Simulator execution No Yes
Research creation No Yes
Depth tree details No Yes

Wallet Authentication (for agents)

from eth_account import Account
from eth_account.messages import encode_defunct

private_key = "0xYOUR_PRIVATE_KEY"
wallet = Account.from_key(private_key).address

result = sdk.authenticate(
    wallet_address=wallet,
    sign_fn=lambda msg: Account.sign_message(
        encode_defunct(text=msg), private_key
    ).signature.hex(),
)

Documentation

Full API reference and examples at circle.news/docs

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

circle_intelligence-0.1.0.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

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

circle_intelligence-0.1.0-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file circle_intelligence-0.1.0.tar.gz.

File metadata

  • Download URL: circle_intelligence-0.1.0.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.11

File hashes

Hashes for circle_intelligence-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9150c432e9dec57cc7b303717bb586ed7ba1f2e5d74b2cd8a42b9f69f51ec607
MD5 9b8314f9217e6f333976503a4d24d498
BLAKE2b-256 65e9f6dab73811b844a052018c9175204690325596f0297b6edbd973ae674691

See more details on using hashes here.

File details

Details for the file circle_intelligence-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for circle_intelligence-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f379b0fbf599114a54fd19c90dcb3bb307d5c39f4720f0519585e3326ee8032e
MD5 f94f41a44b206cf2353ce25878cab009
BLAKE2b-256 003441f3ba8ad9f6ff6859f41227bd197431e5c01ca3a1371f1936b4252da4e6

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