Skip to main content

Mycelium

The Python-first framework for smart-contract development and agentic orchestration on Stellar/Soroban.

Installing mycelium gives you the whole toolchain in one shot:

  • import mycelium — the contract-authoring DSL (@contract, @external, @view, typed primitives) plus the SDK facade (AgentContext, HiveClient, x402).
  • import mycelium_sdk — the on-chain agent SDK (signing, live Soroban contract calls, hive discovery, escrow/x402, AI adapters).
  • the mycelium CLI command — init, newwallet, compile, check, deploy, register, agent.
  • the Python → Soroban-WASM compiler (now 0.4.0, rejoined the unified version).

As of v0.4.0 this bundle ships the proof layer — verifiable agent work where a bounty is released by a multi-LLM judge panel scoring the real deliverable against on-chain checks (see mycelium_sdk.proof and the mycelium job / mycelium verifier CLI groups).

Install

pip install mycelium
# optional AI-framework adapters:
pip install "mycelium[langgraph]"   # or [gemini] / [anthropic]

Quickstart

mycelium init my_agent
cd my_agent
mycelium newwallet
mycelium compile
mycelium deploy --network testnet
mycelium register
from mycelium import AgentContext, HiveClient

ctx = AgentContext(keypair_path=".mycelium/wallet.json", network_type="testnet")
hive = HiveClient(ctx)
hive.register("sentinel_alpha", ["data-analysis"], "https://sentinel.example/api")
print(hive.resolve_agent("sentinel_alpha"))

The mycelium compile / deploy commands need the stellar CLI (v27.0.0); the compiler auto-downloads it on first use.

Licensed under MIT.

Download files

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

Source Distribution

mycelium_stellar-0.4.1.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

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

mycelium_stellar-0.4.1-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file mycelium_stellar-0.4.1.tar.gz.

File metadata

  • Download URL: mycelium_stellar-0.4.1.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for mycelium_stellar-0.4.1.tar.gz
Algorithm Hash digest
SHA256 40159881a1724d6574bbd2561a2110d6a257b58d08607510a200036bb0e97c1b
MD5 b8da37b3f4a1a7bc0206a98821ec9bd8
BLAKE2b-256 47a5f291a6f174e90f6037ebd33567ef7e57b4c81243d0bf405fefdb5cf1bc28

See more details on using hashes here.

File details

Details for the file mycelium_stellar-0.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mycelium_stellar-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 279a11f90af27fed31d7f0aa517ef8f0208e6d983da99743a6115a85203fbdab
MD5 45be76e53032e5c546d91df6c75bea9f
BLAKE2b-256 355233cde93248b622329e6e4330adafb66abce145e487aaf950a981fa9ea807

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