mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
feat: add built-in agent(general-purpose)
This commit is contained in:
@@ -33,6 +33,9 @@ export type {
|
||||
|
||||
export { SubagentError } from './types.js';
|
||||
|
||||
// Built-in agents registry
|
||||
export { BuiltinAgentRegistry } from './builtin-agents.js';
|
||||
|
||||
// Validation system
|
||||
export { SubagentValidator } from './validation.js';
|
||||
|
||||
@@ -70,4 +73,3 @@ export type {
|
||||
SubagentStatsSummary,
|
||||
ToolUsageStats,
|
||||
} from './subagent-statistics.js';
|
||||
export { formatCompact, formatDetailed } from './subagent-result-format.js';
|
||||
|
||||
Reference in New Issue
Block a user