KashCloud CLI -- AI terminal + agent infrastructure. Like Claude Code, but yours.
Project description
KashCloud CLI
AI terminal + agent infrastructure. Like Claude Code, but yours.
Install
pip install kashcloud
Quick Start
# Authenticate
kashcloud login
# Interactive AI terminal (Claude Code-style)
kashcloud
# One-shot message
kashcloud chat "explain this codebase"
# Deploy a persistent AI agent
kashcloud deploy agent.py
# Manage agents
kashcloud list
kashcloud logs <agent_id>
kashcloud stop <agent_id>
kashcloud restart <agent_id>
Interactive Terminal
Running kashcloud with no arguments launches an interactive AI terminal powered by Claude. It can:
- Read and write files in your project
- Run shell commands
- Explain and refactor code
- Deploy agents to KashCloud
Terminal Commands
| Command | Description |
|---|---|
/help |
Show all commands |
/read FILE |
Read a file |
/run CMD |
Run a shell command |
/deploy FILE |
Deploy an agent |
/agents |
List your agents |
/clear |
Clear conversation |
/exit |
Quit |
Or just type naturally: "read main.py and explain it", "fix the bug on line 42", "create a REST API for user management".
Agent Deployment
Deploy persistent Python agents that run 24/7 on KashCloud:
# Basic deploy
kashcloud deploy my_agent.py
# With options
kashcloud deploy my_agent.py --name "price-tracker" --model claude-sonnet --memory 512
Agents get:
- Persistent memory
- Automatic restarts
- Log streaming
- Model routing (cheap/mid/premium)
Configuration
Config is stored at ~/.kashcloud/config.json. You can also use environment variables:
KASHCLOUD_API_KEY-- Your API keyKASHCLOUD_API_URL-- Custom API endpoint
Links
- Website: kashagent.com
- Developer docs: kashagent.com/docs
- Dashboard: kashagent.com/dashboard
License
MIT
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
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 kashcloud-0.2.1.tar.gz.
File metadata
- Download URL: kashcloud-0.2.1.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
347e17a0d7a370b6834bcb9116a27a46ab85794120506fd0c59e6bc230725691
|
|
| MD5 |
89facf20fc725730c6aa546cd2da7ed9
|
|
| BLAKE2b-256 |
1a69290eee54b2b1cb8c2c2af4e52e73cd54f98746d94c5f03f2a50536d30b0d
|
File details
Details for the file kashcloud-0.2.1-py3-none-any.whl.
File metadata
- Download URL: kashcloud-0.2.1-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc492c1a3d65c8909d8ff8bd47bc5aa8113561a230d7c05924a5782e40e9b81f
|
|
| MD5 |
6191415aebb9fa55665640d3885cb4e8
|
|
| BLAKE2b-256 |
3a02726b6163f7d832725977ca855a6e996633bf7212fef670e47e6e40c3d0ff
|