init: vibn-agent-runner — Gemini autonomous agent backend
Made-with: Cursor
This commit is contained in:
9
dist/agents.d.ts
vendored
Normal file
9
dist/agents.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ToolDefinition } from './tools';
|
||||
export interface AgentConfig {
|
||||
name: string;
|
||||
description: string;
|
||||
model: string;
|
||||
systemPrompt: string;
|
||||
tools: ToolDefinition[];
|
||||
}
|
||||
export declare const AGENTS: Record<string, AgentConfig>;
|
||||
Reference in New Issue
Block a user