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.1.tar.gz
(3.5 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.1.tar.gz.
File metadata
- Download URL: licium-0.1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a3ddf4da46c2c65b54aebd3fb3f34d7f4fc7fec08e275d1690da2cad3a83c27
|
|
| MD5 |
934f3ebe2c87b058228c1f5ecdfb481b
|
|
| BLAKE2b-256 |
ab557900cfa36ddd2890abc027d8b7096a00495e526676b57d2c1c66f47592bf
|
File details
Details for the file licium-0.1.1-py3-none-any.whl.
File metadata
- Download URL: licium-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 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 |
08e7e94b668f116a2c5e82b5d3adf2d5da9e254186120d81636fa7ded9a8097f
|
|
| MD5 |
fb7bc9a986e220712034b216fa0ef38d
|
|
| BLAKE2b-256 |
643c5859aa4022f24e810ad4bb7061b90bb5e1c4920f67926bbadc3b80e331b7
|