Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 493 Bytes

File metadata and controls

17 lines (13 loc) · 493 Bytes

Components Server, CLI, and UI

subcomponents

  • handlers for each agent, their inputs, and their actions
  • logging for every run
  • tools like chatgpt api, ollama, sms, email, etc
  • a custom llm designed to help build agents
  • a ui to atleast submit an agents input with args
  • macros to build types from inputs / action state
  • pattern matching on json schema types and resource docker image
  • toml config

ideas

  • more of a nx style ui / cli so that you can pypes add @dev/lsp or something