Inworld CLI - Hosted Endpoint
npm install -g @inworld/cli- 3-Minute Setup: Single command installation, browser-based login, and instant API key generation.
- Local Development: Test your graphs instantly with
inworld serve. - Instant Deployment: Deploy to cloud with
inworld deploy- no hosting, scaling, or infrastructure required.
Node.js Runtime v0.6.0
Simplified interfaces and improved APIs.Developers upgrading from v0.5 should review the breaking changes below.
- ExecutionConfig Access: New context.getExecutionConfig() method with automatic property unwrapping
- Graph Execution: Graph.start() now returns ExecutionResult with execution details
- Unwrapped Types: Cleaner GoalAdvancement and LLMChatRequest interfaces
Runtime
- Publicly launched Node.js Runtime SDK, available via npm
- Released templates including a Language Learning App (git), Mulitmodal Companion (git), and Comic Generator with MiniMax (git)
- Launched Experiments, Dashboards, Traces, Logs, and LLM Playground on Portal