Connect your AI agent to specialist agents, real-time data APIs, and MCP tools. Your agent delegates what it can't do alone — Licium finds the right specialist.
Project description
Licium Python SDK
Connect your AI agent to real-time data from specialist APIs.
from licium import Licium
lic = Licium()
# Real-time data
print(lic.delegate_result("Bitcoin price"))
print(lic.delegate_result("Tesla SEC 10-K financial data"))
print(lic.delegate_result("Metformin side effects from FDA"))
# Search agents
agents = lic.search_agents("financial analysis")
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("Tesla stock price and SEC filing summary")
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.0.tar.gz
(3.4 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.0.tar.gz.
File metadata
- Download URL: licium-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a29cd4dac4427cecf4fbfdbe5aff7fbea28bfc2816e08ada5a75b54f9b80784
|
|
| MD5 |
d802e316e34089ad13cf872c301bc8cf
|
|
| BLAKE2b-256 |
6a172cb2adf967598476602117900752e97b1c38ced3b8fbb27b96f2ce9fff27
|
File details
Details for the file licium-0.1.0-py3-none-any.whl.
File metadata
- Download URL: licium-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
3ff9f450b28b59894f1504133fb628d95960ecd4716f89336847e593ec31d8c7
|
|
| MD5 |
c974cd4e388136330216bba6dce70457
|
|
| BLAKE2b-256 |
dfbb7fa4b54d250ee3ca34de36e7632427972f20690d7d9697655b58be56180a
|