mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-28 09:38:17 +00:00
adding shoutout to enterprise
This commit is contained in:
16
README.md
16
README.md
@@ -1,10 +1,18 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# **CrewAI**
|
# **CrewAI**
|
||||||
|
|
||||||
🤖 **CrewAI**: Production-grade framework for orchestrating sophisticated AI agent systems. From simple automations to complex real-world applications, CrewAI provides precise control and deep customization. By fostering collaborative intelligence through flexible, production-ready architecture, CrewAI empowers agents to work together seamlessly, tackling complex business challenges with predictable, consistent results.
|
**CrewAI**: Production-grade framework for orchestrating sophisticated AI agent systems. From simple automations to complex real-world applications, CrewAI provides precise control and deep customization. By fostering collaborative intelligence through flexible, production-ready architecture, CrewAI empowers agents to work together seamlessly, tackling complex business challenges with predictable, consistent results.
|
||||||
|
|
||||||
|
**CrewAI Enterprise**
|
||||||
|
Want to plan, build (+ no code), deploy, monitor and interare your agents: [CrewAI Enterprise](https://www.crewai.com/enterprise). Designed for complex, real-world applications, our enterprise solution offers:
|
||||||
|
|
||||||
|
- **Seamless Integrations**
|
||||||
|
- **Scalable & Secure Deployment**
|
||||||
|
- **Actionable Insights**
|
||||||
|
- **24/7 Support**
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
|
|
||||||
@@ -392,7 +400,7 @@ class AdvancedAnalysisFlow(Flow[MarketState]):
|
|||||||
goal="Gather and validate supporting market data",
|
goal="Gather and validate supporting market data",
|
||||||
backstory="You excel at finding and correlating multiple data sources"
|
backstory="You excel at finding and correlating multiple data sources"
|
||||||
)
|
)
|
||||||
|
|
||||||
analysis_task = Task(
|
analysis_task = Task(
|
||||||
description="Analyze {sector} sector data for the past {timeframe}",
|
description="Analyze {sector} sector data for the past {timeframe}",
|
||||||
expected_output="Detailed market analysis with confidence score",
|
expected_output="Detailed market analysis with confidence score",
|
||||||
@@ -403,7 +411,7 @@ class AdvancedAnalysisFlow(Flow[MarketState]):
|
|||||||
expected_output="Corroborating evidence and potential contradictions",
|
expected_output="Corroborating evidence and potential contradictions",
|
||||||
agent=researcher
|
agent=researcher
|
||||||
)
|
)
|
||||||
|
|
||||||
# Demonstrate crew autonomy
|
# Demonstrate crew autonomy
|
||||||
analysis_crew = Crew(
|
analysis_crew = Crew(
|
||||||
agents=[analyst, researcher],
|
agents=[analyst, researcher],
|
||||||
|
|||||||
Reference in New Issue
Block a user