Push to Coreed - Deploy AI models and agents to Coreed on 0G Chain
Project description
Coreed CLI v3
Deploy AI models and agents to Coreed on 0G Chain
Coreed CLI is a command-line tool that allows you to deploy AI models and create agent spaces on the Coreed platform, built on 0G Chain infrastructure.
Quick Start
# Install from PyPI
pip install coreed-cli-v3
# Deploy your model and space
push-to-coreed --model-path models/my-model.gguf --space-name "My Chatbot"
Features
- Model Registration: Register models on-chain with metadata
- Space Deployment: Deploy live agent spaces with templates
- 0G Integration: Automatic deployment to 0G Storage and Compute
- Git Workflow: Auto-commit and push integration
- Health Monitoring: Built-in health check support
- Pause/Sleep: Manage space lifecycle with auto-sleep functionality
Usage
# Register a model
push-to-coreed --model-path models/qwen-7b.gguf --model-name "Qwen 7B" --register-only
# Deploy a space from existing model
push-to-coreed --model-id 1 --space-name "Qwen Chatbot" --template gradio
# Full deployment (model + space)
push-to-coreed \
--model-path models/model.gguf \
--model-name "My LLM" \
--space-name "My Chatbot" \
--template gradio \
--auto-sleep true \
--sleep-timeout 3600
Templates
- Gradio: Interactive web UI (port 7860)
- FastAPI: REST API (port 8000)
- Express: Node.js applications (port 3000)
- Docker: Custom runtime (port 8080)
Configuration
Create a .env file:
PRIVATE_KEY=0xYOUR_PRIVATE_KEY
RPC_URL=https://evmrpc-testnet.0g.ai
CHAIN_ID=16602
MODEL_REGISTRY_ADDRESS=0xFA81366Ba81C19d848191B8e49eC0948230d4216
SPACE_REGISTRY_ADDRESS=0xff34F1281A8D4F14d503c28E8A45cAF98Acc235C
AGENT_SPACE_REGISTRY_ADDRESS=0xedF4958de1e22979EaE3dec3ECb84C4D63cA510A
Note: Never commit
.envto git. Add it to.gitignore.
Requirements
- Python 3.8+
- pip
- 0G Wallet with testnet tokens
Network Configuration
Galileo Testnet (Default)
RPC URL: https://evmrpc-testnet.0g.ai
Chain ID: 16602
Faucet: https://faucet.0g.ai
ModelRegistry: 0xFA81366Ba81C19d848191B8e49eC0948230d4216
AgentRegistry: 0xff34F1281A8D4F14d503c28E8A45cAF98Acc235C
AgentSpaceRegistry: 0xedF4958de1e22979EaE3dec3ECb84C4D63cA510A
License
MIT License
Coreed CLI v3.0 - AI Deployment Platform for 0G Chain
Last updated: June 2026
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 coreed_cli_v3-3.0.0.tar.gz.
File metadata
- Download URL: coreed_cli_v3-3.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f58df6ab8cf7a97d2895b267f07ab89ca7b887cb67acd9eb1eca4f7f084a4810
|
|
| MD5 |
4c0753f218b99e94cd3595472d42c51b
|
|
| BLAKE2b-256 |
5ddc0e6aaa61bea808e9662fde33721b285e615863905755ac65d65f70e642b0
|
File details
Details for the file coreed_cli_v3-3.0.0-py3-none-any.whl.
File metadata
- Download URL: coreed_cli_v3-3.0.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ecf00dd990dd5405263f76692aad6a048182d7df97bff30dd41db644e58b051
|
|
| MD5 |
280afb573e77be9eb34e94c9c6d39d17
|
|
| BLAKE2b-256 |
8e9a1c1bd8d004326b48106a497dbf53e44ec68cf1ab08c59d7e5d24ff0e17f3
|