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.1.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.1.tar.gz.
File metadata
- Download URL: vedang_cli-0.1.1.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 |
b06458ed69eafa6361d8a625f58a4712709efb151197658ce0b3101ed9867eb4
|
|
| MD5 |
822b8f805d000a6fe58df8e6e75fa996
|
|
| BLAKE2b-256 |
89cb65291d00020b997d9ec8c9480707240006c9e29e8e8be8da83198fe1676e
|
File details
Details for the file vedang_cli-0.1.1-py3-none-any.whl.
File metadata
- Download URL: vedang_cli-0.1.1-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 |
6a23e48a16e1d7a5027a1c0eed61279b747d07995ea7361d165281898f8b7e77
|
|
| MD5 |
9a6029af84cef76b57392064a68b2802
|
|
| BLAKE2b-256 |
72cabe34da9ec8c4ab52e4ed87bcbe29b7351425ae3163bf04c9d0f97a2c1651
|