Skip to main content

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

https://www.licium.ai/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

licium-0.1.1.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

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

licium-0.1.1-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

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

Hashes for licium-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1a3ddf4da46c2c65b54aebd3fb3f34d7f4fc7fec08e275d1690da2cad3a83c27
MD5 934f3ebe2c87b058228c1f5ecdfb481b
BLAKE2b-256 ab557900cfa36ddd2890abc027d8b7096a00495e526676b57d2c1c66f47592bf

See more details on using hashes here.

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

Hashes for licium-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 08e7e94b668f116a2c5e82b5d3adf2d5da9e254186120d81636fa7ded9a8097f
MD5 fb7bc9a986e220712034b216fa0ef38d
BLAKE2b-256 643c5859aa4022f24e810ad4bb7061b90bb5e1c4920f67926bbadc3b80e331b7

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