Policies
org.llm4s.agent.orchestration.Policies
object Policies
Execution policies for agents (retry, timeout, fallback) following LLM4S patterns.
Uses:
- AsyncResult[_] (Future[Result[_]]) for async operations
- Structured logging with MDC context
- ErrorRecovery patterns for intelligent retry
- Proper OrchestrationError types
- Result.safely for exception handling
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Policies.type
Members list
In this article