SenseLab CLI for managing AI agents
Project description
SenseLab CLI
SenseLab CLI helps you manage AI agents and run specialist workflows from your terminal.
With this CLI you can:
- authenticate with your SenseLab account
- list your projects, agents, and functions
- chat with orchestrator or specific agents
- execute agent functions/workflows
- discover and connect integrations
- apply assistant configuration from YAML
Install
Recommended (pipx)
pipx install senselab-cli
pip
pip install senselab-cli
Quick start
- Login:
sense-cli login --token "<YOUR_JWT_TOKEN>"
- Check configuration and auth:
sense-cli config list -o json
- List your project/agents/functions:
sense-cli projects
sense-cli agent list
sense-cli agent <agent_name_or_id> function --list
- Chat with an agent:
sense-cli agent <agent_name_or_id> --chat "Summarize current production incidents"
or run a specific function on an agent:
sense-cli agent <agent_name_or_id> --run <function_name_or_id>
Main commands
sense-cli login- authenticate and save tokensense-cli logout- clear local auth/session datasense-cli config list- show current CLI config + auth statussense-cli projects- list available project IDssense-cli agent list- list available agentssense-cli agent <agent> function --list- list functions/workflows for a specific agentsense-cli agent <agent> function- same as above (default list behavior)sense-cli agent <agent> --chat "<prompt>"- chat with a specific agentsense-cli agent <agent> --run <function>- execute a function/workflow on a specific agentsense-cli connectors list- list available connector typessense-cli connectors describe <connector>- show connector setup requirementssense-cli connectors add <type>- open connector auth/config flowsense-cli apply -f assistant.yaml- declaratively create/update assistant setupsense-cli telemetry on|off- enable/disable anonymous CLI telemetrysense-cli completion auto --install- auto-install shell completion
Configuration
Environment variables:
SENSELAB_API_URL- override API base URLSENSELAB_TOKEN- override auth tokenSENSELAB_CONFIG_PATH- custom config file path
Default config path:
~/.sense-cli/config.json
Help
sense-cli --help
sense-cli <command> --help
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
senselab_cli-0.1.8.tar.gz
(23.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
File details
Details for the file senselab_cli-0.1.8.tar.gz.
File metadata
- Download URL: senselab_cli-0.1.8.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
125ef188b91b5c7763f764de0e5b571eda3eeb36066f78d284dc15c48e7ea86f
|
|
| MD5 |
294f8f1451f2e788aba116bd8042a1b3
|
|
| BLAKE2b-256 |
03ac67aa80aa72bac294e4dfee6ed34de1f7a1beef42c7d0d4803e1dca2d0b28
|
File details
Details for the file senselab_cli-0.1.8-py3-none-any.whl.
File metadata
- Download URL: senselab_cli-0.1.8-py3-none-any.whl
- Upload date:
- Size: 21.1 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 |
90dc7ee26fd27db1390f85308c77bc89c30b05553e0178d7314921f95537968c
|
|
| MD5 |
8d021cdbbb61b01a16de52439479b0be
|
|
| BLAKE2b-256 |
e32147a63f1496d0af6a33e75fee23715e9b68404e4c573e8a64867e9cde4924
|