mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-09-07 10:13:46 +00:00
Feature Guide — agent_framework_oci
Guia consolidado e bilíngue das principais capabilities horizontais do framework. Cada página contém Português (PT-BR) e English (EN) no mesmo arquivo.
Consolidated bilingual guide for the framework's main horizontal capabilities. Each page contains Portuguese (PT-BR) and English (EN) in the same file.
Mapa conceitual / Conceptual map
LLM
│
├── Conversation
│ ├── Clarification
│ ├── Route Stickiness
│ └── Long Term Memory
│
├── Knowledge
│ ├── Domain Requested RAG
│ └── Retrieval Guardrails
│
├── Transactions
│ ├── Deterministic Transactional Workflow
│ ├── Pause / Resume
│ ├── Dynamic Transaction States
│ ├── Durable Idempotency
│ └── Workflow Error Recovery
│
├── Response
│ └── Domain Requested LLM Composition
│
├── Voice
│ ├── Voice Interruption Replay
│ └── Post Finalization Replay
│
└── Platform
├── Authentication
└── Offline Workflow Regression
Princípio de arquitetura / Architecture principle
PT-BR: o LLM entende e redige; o framework controla estado, segurança, memória, roteamento e transações; o domínio contém regras específicas de negócio.
EN: the LLM understands and writes; the framework controls state, security, memory, routing, and transactions; the domain contains business-specific rules.