The /api/research/config endpoint was registered twice in RegisterAgentAPI, causing a panic on gateway startup. Combined the GET and PUT/POST handlers into a single handleResearchConfig function that dispatches by HTTP method. |
||
|---|---|---|
| .. | ||
| allocator.go | ||
| allocator_test.go | ||
| jsonl_backend.go | ||
| jsonl_backend_test.go | ||
| key.go | ||
| key_test.go | ||
| manager.go | ||
| manager_test.go | ||
| scope.go | ||
| session_store.go | ||