mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-17 04:51:18 +01:00
refactor: split query agent toolbox (#139)
This commit is contained in:
@@ -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"). */
|
||||
|
||||
Reference in New Issue
Block a user