sarwarshafee8709809365 commited on
Commit
dce1643
·
1 Parent(s): 004b22a

readme updated

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -40,11 +40,11 @@ Or you can also directly chat into the huggingface space from the link:
40
 
41
  The project is a system for maintaining an ERP system. A combination of few agents
42
 
43
- There are 5 departments: Customer Relationship Management, Finantial Management, , Human Resources, Peoject Management and Supply Chain Management. Each department is managed by an dedicated AI agent.
44
 
45
- Righ now the financial management department can do 2 tasks.
46
  - registering a purchase request
47
- - Provide the report how many requests were being purchased in together.
48
 
49
  All 5 agents are delegated to different tools. The tool will be called for solving different tasks.
50
 
@@ -62,7 +62,7 @@ The the agentic system used here is langgraph agentic system.
62
 
63
  1st we need to define all nodes and edges. Then each node was assigned with the proper tool they need. Here each node are working as an AI agent. There is a tool CompleteorEscelate which was assigned to each node. If any node think that the user query does not goes with it, then it will call that tool to deligate the task to another node or agent.
64
 
65
- There is a stating node called Primary Assistant. It is handelling all the other agents. And making decision which agent should handle the user task now.
66
 
67
  To whole graph of the agent system is shown in the output_image.png file.
68
 
 
40
 
41
  The project is a system for maintaining an ERP system. A combination of few agents
42
 
43
+ There are five departments: Customer Relationship Management, Financial Management Human Resources, Project Management, and Supply Chain Management. Each department is managed by a dedicated AI agent.
44
 
45
+ Right now the financial management department can do 2 tasks.
46
  - registering a purchase request
47
+ - Provide the report on how many requests were being purchased in together.
48
 
49
  All 5 agents are delegated to different tools. The tool will be called for solving different tasks.
50
 
 
62
 
63
  1st we need to define all nodes and edges. Then each node was assigned with the proper tool they need. Here each node are working as an AI agent. There is a tool CompleteorEscelate which was assigned to each node. If any node think that the user query does not goes with it, then it will call that tool to deligate the task to another node or agent.
64
 
65
+ There is a stating node called Primary Assistant. It is handling all the other agents. And making decision which agent should handle the user task now.
66
 
67
  To whole graph of the agent system is shown in the output_image.png file.
68