sandbox-agent/ROADMAP.md
2026-01-25 01:57:16 -08:00

1.1 KiB

soon

  • discuss actor arch in readme + give example
  • skillfile
    • specifically include the release checklist
  • image/etc input

later

  • auto-updating for long running job
  • persistence
  • system information/cpu/etc
  • git utils
  • api features
    • list agent modes available
    • list models available
    • handle planning mode
  • api key gateway
  • configuring mcp/skills/etc
  • process management inside container
  • otel
  • better authentication systems
  • s3-based file system
  • ai sdk compatibility for their ecosystem (useChat, etc)
  • resumable messages
  • todo lists
  • all other features
  • misc
    • bootstrap tool that extracts tokens from the current system
  • skill
  • pre-package these as bun binaries instead of npm installations
  • build & release pipeline with musl
  • agent feature matrix for api features
  • tunnels
  • mcp integration (can connect to given endpoints)
  • provide a pty to access the agent data
  • other agent features like file system
  • python sdk
  • comparison to agentapi:
    • it does not use the pty since we need to get more information from the agent directly
  • transfer sessions between agents