Command-line interface for the Graphe API
Project description
graphe-cli
Command-line interface for Graphe — query shared agent memory, search project context, and ingest events.
Install
pip install graphe-cli
Configuration
Environment variables:
| Variable | Purpose |
|---|---|
GRAPHE_API_BASE |
API URL (default http://localhost:8000) |
GRAPHE_API_KEY |
API key from the Graphe console |
GRAPHE_WORKSPACE_ID |
Optional — auto-resolved via graphe whoami / GET /api/v1/me |
GRAPHE_PROJECT_ID |
Optional — auto-resolved |
GRAPHE_ACTOR_ID |
Optional — auto-resolved for ingestion |
Optional config file: ~/.config/graphe/config.toml or ./graphe.toml.
Examples
graphe health
graphe whoami
graphe --output json state
graphe --output json runs create --goal "VS Code CLI test"
graphe search -q "authentication middleware"
graphe runs list
graphe runs trace <run-id>
graphe runs issues <run-id>
graphe runs explain <run-id>
graphe events log --event-type agent.action --summary "Started refactor" --run-id <run-id>
graphe claims propose --file claim.json
Use --output json for machine-readable output. Full command list: COMMANDS.md. Discover live: graphe --help, graphe runs --help.
Claim lifecycle commands (propose, confirm, invalidate, supersede) are available in the CLI. The MCP server focuses on read tools and safe ingestion writes.
Documentation
See connecting clients for cloud setup and API keys.
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 graphe_cli-0.1.4.tar.gz.
File metadata
- Download URL: graphe_cli-0.1.4.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e86411095befb5b65b7426764833279cb6f39b6d7949206e06a3f15b385b0b31
|
|
| MD5 |
8f01872049a4f95faf77a7b6689528b8
|
|
| BLAKE2b-256 |
7beb2266e1169c092811269ed9ac8127a65c3eb8ba03fc2c11c86a435f455e09
|
File details
Details for the file graphe_cli-0.1.4-py3-none-any.whl.
File metadata
- Download URL: graphe_cli-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.4 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 |
a474c9f75f97bd1e9b20bd64457aacde30d96348418b085f6d869a45bb71ca1c
|
|
| MD5 |
d1b7f96e024f3ca63e25019f48278b10
|
|
| BLAKE2b-256 |
7d6e9223c19d127c372d17e6186bf28129bb2fe3900d7dde6649d5903ca91a04
|