Kulega CLI — your AI colleague in the terminal
Project description
Kulega CLI
Your AI colleague in the terminal.
Requires the Agent API plan ($99/mo)
Installation
pip install kulega
Quick start
# Save your API key (get one at https://kulega.com/dashboard/api-keys)
kulega auth set-key kul_your_key_here
# Verify it works
kulega auth whoami
# Chat
kulega chat "What should I focus on today?"
# Run a goal
kulega run "Block 2 hours of deep work every morning this week"
# Manage tasks
kulega task list
kulega task add "Review Q2 report" --priority high
kulega task done abc12345
Commands
| Command | Description |
|---|---|
kulega auth set-key <key> |
Save your API key |
kulega auth whoami |
Verify key and show account |
kulega chat "message" |
Ask your AI colleague anything |
kulega run "goal" |
Execute a goal autonomously |
kulega session |
Interactive multi-turn conversation |
kulega task list |
List tasks |
kulega task add "title" |
Create a task |
kulega task done <id> |
Mark a task done |
kulega goals list |
List saved goals |
kulega goals add "goal" |
Save a new goal |
kulega schedule add "every morning at 8am" "summarise my emails" |
Schedule a recurring goal |
kulega schedule list |
List scheduled goals |
All commands support --json for pipe-friendly scripting.
Requirements
- Python 3.9+
- Active Kulega Agent API plan
- API key from kulega.com/dashboard/api-keys
Links
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
kulega-0.2.0.tar.gz
(12.1 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
kulega-0.2.0-py3-none-any.whl
(16.9 kB
view details)
File details
Details for the file kulega-0.2.0.tar.gz.
File metadata
- Download URL: kulega-0.2.0.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7825fc65254c90fb0e9e7199e164cd5cb672fec290345f318f2594069798df8
|
|
| MD5 |
7884acd0b21806a4d19f5763b356def4
|
|
| BLAKE2b-256 |
89c71be12c720a549b3fa63b3f62820bb378452257a01fb3b8c0aec8daec5d76
|
File details
Details for the file kulega-0.2.0-py3-none-any.whl.
File metadata
- Download URL: kulega-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca002b210f00ee8fe98e85d56dfb5c0c2bce404aa77d9c5a10a454463c83dce6
|
|
| MD5 |
36fa8de918a93337c62d1f05cc3d1570
|
|
| BLAKE2b-256 |
d36375eb74a2602cc3f788f95b0c43cacfcf02ea1ef6fc854327022b2c1938b5
|