Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

@craft-agent/server-core

Reusable WS/headless server infrastructure extracted from apps/electron.

Scope

  • WS RPC transport primitives (server, codec, types, capabilities)
  • Runtime platform contracts (PlatformServices) and headless implementation
  • Generic handler dependency contracts
  • Reusable headless bootstrap orchestration

Out of scope

  • Electron UI/main-process window management
  • Renderer channel maps and generated client API wrappers
  • Session/domain business logic (SessionManager, handlers)

Those remain in apps/electron and are injected into bootstrap at runtime.