LazyBoy2/docs/ACCEPTANCE.md

677 B

GrokBoy acceptance

P0 — streaming chat

  • Cargo workspace grokboy-core + grokboy
  • Env: GROKBOY_API_KEY / XAI_API_KEY / OPENAI_API_KEY
  • Default base https://api.x.ai/v1
  • grokboy chat streams assistant tokens
  • cargo test passes without API key

P1 — tools + ReAct

  • shell, list_dir, read_file, write_file
  • Multi-step tool loop
  • Sessions under ~/.grokboy/sessions/
  • grokboy run / grokboy smoke
  • Default model grok-4.6

P2 — completion contract

  • report_done / blocked
  • Loop guard
  • Context truncation

P3 — browser

  • Playwright DOM path (no screenshot-first)