uri3

AI Cost Tracking

PyPI Version Python License AI Cost Human Time Model

Generated on 2026-06-16 using openrouter/qwen/qwen3-coder-next


TellMesh URI package extracted from tellmesh/tellmesh.

Role: URI discovery, resolution, validation, workflow graphs, and routing.

nl2uri    -> natural language -> URI tree / flow / graph
uri2flow  -> compact URI flow -> expanded workflow graph
uri3      -> resolve, validate, plan, dry-run, run workflows
uri2ops   -> operator execution (browser, screen, robot, …)
touri     -> capability manifests -> uri2run backends
hypervisor -> deployment registry, policy, lifecycle

Install

pip install -e .
# or from monorepo umbrella:
cd ../tellmesh && uv sync

CLI quickstart

uri3                          # quick reference
uri3 resolve http://localhost:8101/health
uri3 explain weather://forecast/Gdansk/14/html
uri3 validate-workflow examples/14_workflow_executor_mock/workflow.mock.yaml
uri3 plan-workflow examples/14_workflow_executor_mock/workflow.mock.yaml
uri3 run-workflow examples/14_workflow_executor_mock/workflow.mock.yaml --dry-run
uri3 expand-flow examples/15_compact_uri_flow/weather.uri.flow.yaml
uri3 doctor
uri3 replay check-agent-health

Examples

Example Path
HTTP scan tellmesh/examples/02_uri3_scan_http
Workflow mock tellmesh/examples/14_workflow_executor_mock
Compact flow tellmesh/examples/15_compact_uri_flow

Run all from monorepo: bash tellmesh/examples/run_all.sh

License

Licensed under Apache-2.0.