Changeset 0.22.1 (#95)
This commit is contained in:
@@ -186,9 +186,13 @@ server/
|
||||
├── notelinks/ # Wikilink extraction (regex → NoteLink structs)
|
||||
├── knowledge/ # KB chunking, embedding, search
|
||||
├── providers/ # LLM provider adapters
|
||||
│ ├── provider.go # Provider interface
|
||||
│ ├── anthropic.go
|
||||
│ ├── openai.go
|
||||
│ ├── provider.go # Provider interface + ExtraBody/mergeExtraBody
|
||||
│ ├── registry.go # Data-driven type registry with metadata (v0.22.1)
|
||||
│ ├── profile.go # Profile schemas per provider type (v0.22.1)
|
||||
│ ├── hooks.go # PreRequest/PostStreamEvent transforms (v0.22.1)
|
||||
│ ├── hooks_test.go # 17 tests: all hooks, schemas, merge, nil safety
|
||||
│ ├── anthropic.go # Anthropic Messages API (+ extended thinking)
|
||||
│ ├── openai.go # OpenAI-compatible (+ ExtraBody merge)
|
||||
│ ├── openrouter.go
|
||||
│ └── venice.go
|
||||
├── middleware/ # Auth, admin, CORS, rate limiting
|
||||
|
||||
Reference in New Issue
Block a user