Skip to content

Instantly share code, notes, and snippets.

View stefangalescu's full-sized avatar

Stefan Galescu stefangalescu

View GitHub Profile
@stefangalescu
stefangalescu / counselors.config.json
Created February 13, 2026 14:01
Counselors config using OpenCode as a custom user-defined adapter to proxy to multiple models
{
"version": 1,
"defaults": {
"timeout": 540,
"outputDir": "./.agents/counselors",
"readOnly": "bestEffort",
"maxContextKb": 50,
"maxParallel": 4
},
"tools": {
@stefangalescu
stefangalescu / api-schema.json
Created November 6, 2023 09:18
OpenAPI Schema
{
"components": {
"responses": {
"UnauthorizedError": {
"description": "API key is missing or invalid",
"content": {
"application/json": {
"schema": { "$ref": "#/components/schemas/ErrorResponse" }
}
}