Package com.embabel.agent.core
Object AgentProcess.Companion
-
- All Implemented Interfaces:
public class AgentProcess.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AgentProcess.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static AgentProcessget()Get the current agent process for this thread, if any. -
-
Method Detail
-
get
final static AgentProcess get()
Get the current agent process for this thread, if any. This can only be relied on during tool calls.
-
-
-
-