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.2.tar.gz
(5.7 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.2.tar.gz.
File metadata
- Download URL: vedang_cli-0.1.2.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40fbea5b99420ba641d4c2ed632966ee72bf3b803dff38652a6346605d1ea13e
|
|
| MD5 |
97e39f0d57e6916ea6defe19acc1b71a
|
|
| BLAKE2b-256 |
ceb722351794ced717d7483b5af22e0a30725e517a376f58d3af2c374d74d9a8
|
File details
Details for the file vedang_cli-0.1.2-py3-none-any.whl.
File metadata
- Download URL: vedang_cli-0.1.2-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 |
0e6d82338575f5c453dd24bca2333befa48218dfb89c30e10415a0fa7439baf8
|
|
| MD5 |
6db196cfed777fd26782aec6795b754b
|
|
| BLAKE2b-256 |
e3d971a09b19efebc96057dc846138422b736b9b936eebf0d97bfb60673a6009
|