From d02f722af205031f1a035c7412e7f801777e9513 Mon Sep 17 00:00:00 2001 From: Madhu Date: Sun, 8 Dec 2024 03:55:46 +0530 Subject: [PATCH] readme update --- ai_agent_tutorials/ai_startup_org_agents/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ai_agent_tutorials/ai_startup_org_agents/README.md b/ai_agent_tutorials/ai_startup_org_agents/README.md index 3341890..e1a22b1 100644 --- a/ai_agent_tutorials/ai_startup_org_agents/README.md +++ b/ai_agent_tutorials/ai_startup_org_agents/README.md @@ -33,6 +33,12 @@ An intelligent multi-agent system that provides comprehensive startup analysis a - Plans customer acquisition approaches - Coordinates with product team +### Custom Tools + +The agency uses specialized tools built with OpenAI Schema for structured analysis: +- **Analysis Tools**: AnalyzeStartupTool for market evaluation, MakeStrategicDecision for decision tracking +- **Technical Tools**: QueryTechnicalRequirements and EvaluateTechnicalFeasibility for technical assessment + ### 🔄 Asynchronous Communication The agency operates in async mode, enabling: @@ -47,6 +53,7 @@ The agency operates in async mode, enabling: - Product Manager ↔️ Marketing Manager (Go-to-Market Strategy) - Product Manager ↔️ Developer (Feature Implementation) - (and more!) + ## How to Run Follow the steps below to set up and run the application: @@ -69,10 +76,3 @@ Before anything else, Please get your OpenAI API Key here: https://platform.open ``` 4. **Enter your OpenAI API Key** in the sidebar when prompted and start analyzing your startup idea! - -## Project Structure - -ai_startup_org_agents/ -├── main.py # Main application file with agents and tools -├── requirements.txt # Project dependencies -└── README.md # Project documentation