init
This commit is contained in:
12
README.md
12
README.md
@@ -1,3 +1,13 @@
|
||||
# quickbot-agent
|
||||
|
||||
GPT-based function calling and dialogue orchestration plugin for the QuickBot framework.
|
||||
GPT-based function calling and dialogue orchestration plugin for the QuickBot framework.
|
||||
|
||||
quickbot-tools is a plugin for the QuickBot framework that enables natural language understanding and structured function execution using OpenAI GPT models.
|
||||
It provides a universal mechanism for:
|
||||
• Interpreting user requests in plain language
|
||||
• Resolving entities from business data
|
||||
• Managing multi-step dialogues with function chaining
|
||||
• Executing registered business methods via structured tool calls
|
||||
• Returning AI-generated natural language summaries of results
|
||||
|
||||
Ideal for AI assistants that act as business logic mediators, schedulers, or interactive client-facing agents.
|
||||
Reference in New Issue
Block a user