mirror of
https://github.com/katanemo/plano.git
synced 2026-05-09 15:52:44 +02:00
risk agent with deterministic flow
This commit is contained in:
parent
ab391f96c7
commit
12d5907423
16 changed files with 2142 additions and 0 deletions
27
demos/use_cases/credit_risk_case_copilot/pyproject.toml
Normal file
27
demos/use_cases/credit_risk_case_copilot/pyproject.toml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[project]
|
||||
name = "credit-risk-case-copilot"
|
||||
version = "0.1.0"
|
||||
description = "Multi-agent Credit Risk Assessment System with Plano Orchestration"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"fastapi>=0.115.0",
|
||||
"uvicorn>=0.30.0",
|
||||
"pydantic>=2.11.7",
|
||||
"crewai>=0.80.0",
|
||||
"openai>=1.0.0",
|
||||
"httpx>=0.24.0",
|
||||
"streamlit>=1.40.0",
|
||||
"opentelemetry-api>=1.20.0",
|
||||
"opentelemetry-sdk>=1.20.0",
|
||||
"opentelemetry-exporter-otlp>=1.20.0",
|
||||
"opentelemetry-instrumentation-fastapi>=0.41b0",
|
||||
"python-dotenv>=1.0.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/credit_risk_demo"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue