@losomz/agentframework-cli
v0.3.0
Published
Bootstrap CLI that syncs and launches the latest AgentFramework runtime from git.
Downloads
190
Readme
AgentFramework CLI Bootstrap
Install the global command:
npm install -g @losomz/agentframework-cliThen run:
agent-menuWhat the bootstrap does:
- clones or updates the AgentFramework git runtime
- checks whether the cached runtime version is behind the remote version
- installs runtime dependencies when needed
- launches the latest runtime CLI
Common commands:
agent-menu --list-templates
agent-menu --list-skillsOptional environment variables:
AGENTFRAMEWORK_REPO_URL=https://github.com/Losomz/AI-Agents.git
AGENTFRAMEWORK_HOME=C:\Users\<you>\.agentframeworkDefault cache location:
%USERPROFILE%\.agentframeworkTypical update behavior:
- update runtime/skills/templates in git: no npm republish needed
- update bootstrap entry behavior: publish a new npm package version
