letta-city-cli
v0.1.0
Published
Shared command-line tool layer for all Letta agents in `letta-city-sim`.
Downloads
5
Readme
lcity CLI (Node.js)
Shared command-line tool layer for all Letta agents in letta-city-sim.
This package is structured to be published independently.
- entrypoint:
bin/lcity.mjs - command implementation:
src/cli.mjs - package metadata:
package.json
Run directly
node .\lcity\bin\lcity.mjs health_checkUse .lcity/agent_id
New-Item -ItemType Directory -Force .lcity | Out-Null
Set-Content .lcity\agent_id "eddy_lin"
node .\lcity\bin\lcity.mjs health_checkInstall locally as command
npm --prefix .\lcity install
npm --prefix .\lcity link
lcity health_checkOptional base URL override:
node .\lcity\bin\lcity.mjs --api-base http://localhost:3001 health_checkOutput is always JSON:
{"ok":true,"status_code":200,"data":{"status":"ok","agent_id":"eddy_lin","letta_agent_id":"...","current_location_id":"lin_bedroom","state":"idle"}}