JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 73
  • Score
    100M100P100Q62580F
  • License MIT

Logos CLI — AI Operating System for structured reasoning, agents, and orchestration

Package Exports

  • logos-cli
  • logos-cli/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (logos-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

��# Logos CLI Logos CLI is a distributed AI operating system for the terminal. It is designed as a full agent orchestration platform with: - event-driven execution - multi-agent swarm coordination - plugin sandboxing - replayable execution history - distributed network layer - structured reasoning pipelines --- # �& Vision Logos CLI is not just a chatbot CLI. It is a modular AI execution runtime where: - every command becomes a tracked event - every execution is replayable - every agent is replaceable - every workflow can scale into distributed systems Think: > "Kubernetes for AI agents in your terminal" --- # >��� Key Features ## Core Engine - Single-agent + multi-agent execution - Swarm orchestration (parallel, pipeline, debate, map-reduce) - DAG-based task decomposition - Model routing system (Qwen, Gemini, GLM, local) ## Event System - Fully event-driven architecture - Pub/Sub event bus - Lifecycle tracking for all operations - Persistent event logs (JSONL) ## Replay Engine - Deterministic replay of all executions - Time-based or job-based replay - Debuggable AI workflows - State reconstruction system ## Plugin System - Secure sandboxed plugins - Hook-based lifecycle injection - Resource limits per plugin - Command extension system ## Distributed Layer - Worker network abstraction - RPC protocol layer - Task coordination system - Worker health monitoring ## Observability - Execution tracing - Job history logs - Event timeline reconstruction - System diagnostics (/doctor) --- # =��� Installation ## Option 1  NPM Global Install (Recommended) `bash npm install -g logos-cli