Unified Python client for Talocode Cloud APIs — Skills, Agent Browser, SearchLane, InvoiceLane, GeoLane, and Cloud billing
Project description
Talocode Cloud Client
Unified Python client for Talocode Cloud APIs — Skills, Agent Browser, SearchLane, InvoiceLane, GeoLane, and Cloud billing.
pip install talocode
Usage
from talocode import TalocodeClient
client = TalocodeClient(api_key="your_talocode_key")
# Generate a skill from a GitHub profile
skill = client.skills_generate_github_profile("octocat")
print(skill)
# Extract structured content from a web page
content = client.agent_browser_extract("https://example.com")
# Search the web
results = client.searchlane_query("latest AI news")
# Cloud billing info
pricing = client.cloud_pricing()
CLI
talocode health
talocode pricing
talocode skills health
talocode skills github-profile octocat
talocode agent-browser check https://example.com
talocode search "latest AI news"
Requires TALOCODE_API_KEY environment variable.
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
talocode-0.1.0.tar.gz
(4.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 talocode-0.1.0.tar.gz.
File metadata
- Download URL: talocode-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
085dbd5f5157ca387ef336c0c9dbfce07435fcfdc8c668ceadb5f1dd08e23927
|
|
| MD5 |
a14ed7e1c9f0f7047223146880f259d7
|
|
| BLAKE2b-256 |
1804cb429ea1d41a5eb89e17647aed85d69ac6584f5815a28fb5714cebfbe977
|
File details
Details for the file talocode-0.1.0-py3-none-any.whl.
File metadata
- Download URL: talocode-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a270a173bd71b2e2ffd437c4a92a659410ddc966b9bca3cac8478dcae589424
|
|
| MD5 |
a84b2a399fe3c75d9ff74fa4683e3ee8
|
|
| BLAKE2b-256 |
3ed46dc289c9e6d95220ee4338ca6d828487f6c789195c982d471254f9bcb42b
|