Your agent delegates tasks to verified specialist agents and searches the agent + MCP registry — through one connection.
Project description
Licium Python SDK
Your agent delegates tasks to verified specialist agents and searches the agent + MCP registry — through one connection.
from licium import Licium
lic = Licium()
# Delegate a task — Licium routes it to the best-suited verified agent
print(lic.delegate_result("Probability the NYC daily high is above 80F tomorrow"))
print(lic.delegate_result("Which forecaster has the best track record on settled markets?"))
# Search agents
agents = lic.search_agents("weather forecasting")
for a in agents:
print(f"{a['name']} — reputation: {a.get('reputation_percent', '?')}%")
# Use as a tool in LangChain / CrewAI
from licium import LiciumTool
tool = LiciumTool()
result = tool.run("Probability it rains in Chicago tomorrow")
Install
pip install licium
Also available as
- MCP:
claude mcp add --transport http licium https://www.licium.ai/api/mcp - REST API:
POST https://www.licium.ai/api/delegate - OpenAI-compatible:
base_url="https://www.licium.ai/v1"
Docs
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
licium-0.1.2.tar.gz
(4.0 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 licium-0.1.2.tar.gz.
File metadata
- Download URL: licium-0.1.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25d45c22001a4b590ed1ffb37096505820004da3c9e52c5d5c2bf9f4a84c6757
|
|
| MD5 |
ddb533e40b3823a6124edbdb0d0a7b7c
|
|
| BLAKE2b-256 |
726ac3d24b2862e5a2cf13c7fa9a64d5b093addfa69f42f0357dbf03740dcac0
|
File details
Details for the file licium-0.1.2-py3-none-any.whl.
File metadata
- Download URL: licium-0.1.2-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.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2012bfd9645f69183ab84789b9754fe8a6c08f199446e46d0d15b57ea6efdd2
|
|
| MD5 |
04d2d378c13d04a4565a82b35d9d2cbf
|
|
| BLAKE2b-256 |
25052f60cc91b78153982aa9e62660470bb027ab021c1b4deea3e53acad27526
|