From 43f26405e818aec791b28c50373843851fe1320e Mon Sep 17 00:00:00 2001 From: Oxbian Date: Tue, 4 Mar 2025 21:15:42 -0500 Subject: feat: routing request --- doc/workflow.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/workflow.md (limited to 'doc') diff --git a/doc/workflow.md b/doc/workflow.md new file mode 100644 index 0000000..04bfc07 --- /dev/null +++ b/doc/workflow.md @@ -0,0 +1,16 @@ +# Workflow +--- + +Néo AI use a system of workflow to give the user the impression of using an AI agents. + + +**AI agents** are able to do actions automatically based on the user input, like searching the web, inside documents... +Agents are designed to solve a specific problems and can be hard to make. + +**AI workflow** are able to follow a series of defined tasks, it's a defined pipeline to respond to the user request. +Using the workflow system allows to built an AI that returns more powerful and trustable results. For example, in the case of searching factual information, +like searching for personnalities or cultural events, the workflow can combine wikipédia results with LLM results, to limits LLM hallunication. + +## Coding workflow + +## Factual research workflow (Wikipédia) -- cgit v1.2.3