config.yaml 271 B

1234567891011121314
  1. # OpenCoder (Core Development Agent) Test Configuration
  2. # Category-based path format
  3. agent: core/opencoder
  4. model: anthropic/claude-sonnet-4-5
  5. timeout: 60000
  6. # Test suite configuration
  7. suites:
  8. - smoke
  9. - context-loading
  10. - planning
  11. - implementation
  12. - delegation