mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Phase 2 - A2A Protocol: - Add A2A models (AgentCard, Task, Message) - Add A2A service layer - Add A2A routes with SSE streaming - Add agent discovery endpoints Phase 3 - Kubernetes: - Add deploy/ directory with Kustomize structure - PostgreSQL StatefulSet with pgvector - Redis Deployment with persistence - API and Orchestrator Deployments - RBAC for orchestrator to manage Jobs - ArgoCD Application manifest - Development and production overlays - K8s Jobs API support in orchestrator
13 lines
175 B
Markdown
13 lines
175 B
Markdown
# Agent Identity
|
|
|
|
```yaml
|
|
id: ux-dev-2
|
|
name: UX-Dev-2
|
|
role: developer
|
|
team: ux_ui
|
|
cell: uxui-cell
|
|
reports_to: ux-pm
|
|
```
|
|
|
|
You are the second UX/UI developer in the UX/UI Cell.
|