mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 22:04:21 +00:00
Ajustes na documentação e remanejamento dos folders
This commit is contained in:
@@ -17,7 +17,7 @@ A Agent Platform OCI é composta por componentes reutilizáveis, aplicações de
|
||||
| `mcp/servers` | Apps | MCP servers de domínio. |
|
||||
| `evals/offline` | App/Lib | Avaliação offline/batch. |
|
||||
| `evals/certification` | Suite | Certificação técnica e funcional. |
|
||||
| `templates/backend` | Template | Scaffold para novos agentes. |
|
||||
| `templates/agent_template_backend` | Template | Scaffold para novos agentes. |
|
||||
| `specs` | Documentação | Contratos SDD versionados. |
|
||||
| `deploy` | Operação | Docker, Kubernetes e Helm. |
|
||||
|
||||
@@ -40,8 +40,8 @@ agent_platform_oci/
|
||||
│ ├── offline/
|
||||
│ └── certification/
|
||||
├── templates/
|
||||
│ ├── backend/
|
||||
│ └── backend_day_zero/
|
||||
│ ├── agent_template_backend/
|
||||
│ └── agent_template_backend_day_zero/
|
||||
├── specs/
|
||||
├── deploy/
|
||||
│ ├── docker/
|
||||
@@ -76,7 +76,7 @@ flowchart LR
|
||||
| Agent Backend / Runtime | 8000 | Kubernetes Deployment | Horizontal com storage externo |
|
||||
| Channel Gateway | 7000 | Kubernetes Deployment | Horizontal |
|
||||
| AI Gateway | 9100 | Kubernetes Deployment | Horizontal |
|
||||
| MCP Gateway | 9200 | Kubernetes Deployment | Horizontal |
|
||||
| MCP Gateway | 8300 | Kubernetes Deployment | Horizontal |
|
||||
| MCP Servers | 8001+ | Kubernetes Deployment | Por domínio |
|
||||
| Evaluator API | 9300 | Deployment/CronJob | Por carga batch |
|
||||
| Frontend Demo | 5173 | Opcional | Não crítico |
|
||||
|
||||
@@ -172,7 +172,7 @@ Itens considerados:
|
||||
```bash
|
||||
curl -f http://agent-runtime:8000/health
|
||||
curl -f http://agent-gateway:9000/health
|
||||
curl -f http://mcp-gateway:9200/health
|
||||
curl -f http://mcp-gateway:8300/health
|
||||
curl -f http://ai-gateway:9100/health
|
||||
```
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ Esta SPEC define o padrão para criação de agentes usando templates, configura
|
||||
## Estrutura do Template
|
||||
|
||||
```text
|
||||
templates/backend/
|
||||
templates/agent_template_backend/
|
||||
├── app/
|
||||
│ ├── main.py
|
||||
│ ├── state.py
|
||||
|
||||
@@ -49,7 +49,7 @@ Sem template:
|
||||
| Template | Uso |
|
||||
| --- | --- |
|
||||
| backend | Criação de agentes com runtime. |
|
||||
| backend_day_zero | Bootstrap acelerado com exemplos. |
|
||||
| agent_template_backend_day_zero | Bootstrap acelerado com exemplos. |
|
||||
| mcp_server | Criação de MCP server. |
|
||||
| channel_adapter | Adapter de canal quando aplicável. |
|
||||
|
||||
@@ -111,7 +111,7 @@ my_agent/
|
||||
## Passo 1 — Copiar template
|
||||
|
||||
```bash
|
||||
cp -R templates/backend financeiro_agent
|
||||
cp -R templates/agent_template_backend financeiro_agent
|
||||
cd financeiro_agent
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user