TellMesh agent generation core — NL → contract → generated agent packages under agents/generated/.
Extracted from tellmesh/tellmesh.
nl2uri / nl2a / uri ecosystem -> proposal -> agents/generated/* + deployments
hypervisor -> run-agent, health, describe-agent
uv sync
pytest tests/ -q
nl2a generate -p "weather map agent with health endpoint" --out output/agents/weather
hypervisor deployments # after registering in agent_deployments.yaml
hypervisor run-agent weather-map-agent.local --detach --wait-healthy
| Example | Path |
|---|---|
| NL → weather agent | tellmesh/examples/04_nl2a_weather_map |
| Invoices agent | tellmesh/examples/07_invoices_agent |
| NL tutorial | tellmesh/examples/23_nl_to_agent_tutorial |
../TODO_STATUS.mdLicensed under Apache-2.0.