Skip to content

Exploring Python simulation of a 3-agent orchestration: PR Fetching, Supplier Recommendation, RFQ Creation — hands-on with new tech

Notifications You must be signed in to change notification settings

Jayakrishnan-mk/Agent-orchestration-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Agent Orchestration Flow

This is a simple Python implementation simulating a 3-agent orchestration:

  • PRFetcher: Fetches purchase requests from a mock list.
  • SupplierRecommender: Suggests suppliers based on the category.
  • RFQCreator: Generates RFQ objects based on the PR and recommended supplier.

How to Run

Make sure Python is installed.

python main.py
Note
The logic is implemented in a basic way as I’m still learning Python. Happy to improve based on feedback.

About

Exploring Python simulation of a 3-agent orchestration: PR Fetching, Supplier Recommendation, RFQ Creation — hands-on with new tech

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages