vedang-cli
CLI client for veda.ng — AI agents, Web3 research, MCP server, and agent-readiness scanning.
Install
pip install vedang-cli
Or from source:
pip install -e .
Quickstart
# Check site health
vedang status
# Fetch any page as Markdown
vedang markdown /agentstack
vedang markdown / --save agentstack.md
# List MCP server tools
vedang tools
# Call an MCP tool
vedang call search_essays '{"query": "stablecoin"}'
vedang call get_essay '{"slug": "agentstack"}'
# Run Ora agent-readiness scan
vedang scan veda.ng
vedang scan veda.ng --include-essentials
# Get cached Ora score
vedang score veda.ng
# Discover agent resources
vedang discover
Commands
| Command | Description |
|---|---|
status |
Check site health and basic info |
markdown |
Fetch any page as Markdown (Accept: text/markdown) |
tools |
List MCP server tools |
call |
Call an MCP tool with JSON arguments |
scan |
Run agent-readiness scan via Ora API |
score |
Get cached Ora score |
discover |
List all agent-facing resources (llms.txt, agents.json, MCP, etc.) |
Configuration
Environment variables:
VEDANG_BASE_URL— Base URL (default:https://veda.ng)
Development
pip install -e ".[dev]"
pytest
ruff check .
mypy vedang_cli
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vedang_cli-0.1.0.tar.gz
(5.6 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 vedang_cli-0.1.0.tar.gz.
File metadata
- Download URL: vedang_cli-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f640d611a1d8fa83320fb38f1f7c22b07ae70a2374cba195791d623ffe2e21b
|
|
| MD5 |
9a2402fcab875052e272f2a921df4879
|
|
| BLAKE2b-256 |
e0177064b29219c6fe508788adb4894d9b580ada0d67575adcc0e7149cc9eac2
|
File details
Details for the file vedang_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vedang_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fae7e046b3aa331ac935780b7a478806cf9fbd1f311b7a006d15209f7df6e09
|
|
| MD5 |
33e195642909262700d24c94749043b6
|
|
| BLAKE2b-256 |
c276ba3292bce2ab36fa8b59825391e5a1c400ed1ab5ada945f24f65b1f157b0
|