mirror of
https://github.com/katanemo/plano.git
synced 2026-05-10 00:02:43 +02:00
readme cleanup
This commit is contained in:
parent
5105baa74d
commit
e3c4293ec4
1 changed files with 0 additions and 18 deletions
|
|
@ -37,24 +37,6 @@ llm_reasoning = ChatOpenAI(
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
**Performance:**
|
|
||||||
- Response time: 8-15 seconds (4 sequential LLM calls)
|
|
||||||
- Cost per request: ~$0.02-0.05
|
|
||||||
- Quality: Enhanced analysis vs deterministic logic
|
|
||||||
- Observability: Full traces in Jaeger showing each agent execution
|
|
||||||
|
|
||||||
**Why No Plano Config Changes:**
|
|
||||||
The existing `config.yaml` already had everything needed:
|
|
||||||
- ✅ Model aliases (`risk_fast`, `risk_reasoning`)
|
|
||||||
- ✅ LLM gateway on port 12000
|
|
||||||
- ✅ OpenTelemetry tracing enabled
|
|
||||||
- ✅ Agent routing configured
|
|
||||||
|
|
||||||
**Dependencies Added:**
|
|
||||||
- `crewai>=0.80.0` - Multi-agent framework
|
|
||||||
- `crewai-tools>=0.12.0` - Agent tools
|
|
||||||
- `langchain-openai>=0.1.0` - LLM integration with Plano
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
This demo implements a **Credit Risk Case Copilot** with:
|
This demo implements a **Credit Risk Case Copilot** with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue