Projeto do Agent Contas ORACLE

This commit is contained in:
2026-08-19 09:35:50 -03:00
commit 950a2bcd33
1366 changed files with 177217 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Feature Guides — English (EN)
Documentation for the main `agent_framework_oci` features.
- [Authentication](01_authentication.md)
- [Deterministic Transactional Workflow](02_deterministic_transactional_workflow.md)
- [Domain Requested LLM Composition](03_domain_requested_llm_composition.md)
- [Domain Requested RAG](04_domain_requested_rag.md)
- [Long Term Memory](05_long_term_memory.md)
- [Offline Workflow Regression](06_offline_workflow_regression.md)
- [Resume de Workflow / Pause / Resume Workflow](07_pause_resume_workflow.md)
- [Route Stickiness](08_route_stickiness.md)
- [Voice Interruption Replay](09_voice_interruption_replay.md)
- [Workflow Error Recovery](10_workflow_error_recovery.md)
- [Clarification](11_clarification.md)
- [Durable Idempotency](12_durable_idempotency.md)
- [Dynamic Transaction States](13_dynamic_transaction_states.md)
- [Post Finalization Replay](14_post_finalization_replay.md)
- [Retrieval / Tool Guardrails](15_retrieval_tool_guardrails.md)