mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
tool calling is close to working
getting closer to calling tools... we definitely need this closer to tool execution... agentic tool calling is...kind of working?
This commit is contained in:
@@ -10,11 +10,16 @@
|
||||
* - Extract multiple intents from a single question
|
||||
* - Create a multi-stage research plan
|
||||
* - Track progress through complex information gathering
|
||||
*
|
||||
* Integration with pipeline architecture:
|
||||
* - Can use pipeline stages when available
|
||||
* - Falls back to direct methods when needed
|
||||
*/
|
||||
|
||||
import log from '../../log.js';
|
||||
import { AGENT_TOOL_PROMPTS } from '../constants/llm_prompt_constants.js';
|
||||
import { QUERY_DECOMPOSITION_STRINGS } from '../constants/query_decomposition_constants.js';
|
||||
import aiServiceManager from '../ai_service_manager.js';
|
||||
|
||||
export interface SubQuery {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user