refactor: split query agent toolbox (#139)

This commit is contained in:
2026-06-15 20:58:07 +01:00
committed by GitHub
parent bdf0392a55
commit 95f6c99f19
17 changed files with 771 additions and 335 deletions

View File

@@ -1,7 +1,6 @@
import type { FeedSource } from "@freya/core"
import type { type } from "arktype"
export type ConfigSchema = ReturnType<typeof type>
export type ConfigSchema = (value: unknown) => unknown
export interface FeedSourceProvider {
/** The source ID this provider is responsible for (e.g., "freya.location"). */