mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 14:04:19 +00:00
First commit
This commit is contained in:
18
apps/ai_gateway/README.md
Normal file
18
apps/ai_gateway/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# AI Gateway
|
||||
|
||||
Camada desacoplada para abstração, roteamento, controle e governança de chamadas LLM.
|
||||
|
||||
Este componente não substitui o Agent Runtime. Ele centraliza políticas de modelo, seleção de provider, fallback, telemetria e controles corporativos.
|
||||
|
||||
## Rotas
|
||||
|
||||
- `GET /health`
|
||||
- `GET /models`
|
||||
- `POST /v1/chat/completions`
|
||||
|
||||
## Execução local
|
||||
|
||||
```bash
|
||||
cd apps/ai_gateway
|
||||
uvicorn app.main:app --host 0.0.0.0 --port 9100 --reload
|
||||
```
|
||||
Reference in New Issue
Block a user