Skip to content

Commit 16c5d8d

Browse files
author
Jared Kofron
committed
agent now carries intructions instead of run
1 parent e24fecb commit 16c5d8d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/lib.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,9 @@ mod core;
8686
// Re-export core types
8787
pub use core::{
8888
policies, run, run_user, simple_chat_request, simple_user_request, tool_typed, Agent,
89-
AgentBuilder, AgentLoop, AgentLoopLayer,
90-
AgentPolicy, AgentRun, AgentStopReason, AgentSvc, CompositePolicy, LoopState, Policy, PolicyFn,
91-
Step, StepAux, StepLayer, StepOutcome, ToolDef, ToolInvocation, ToolOutput, ToolRouter,
92-
ToolSvc,
89+
AgentBuilder, AgentLoop, AgentLoopLayer, AgentPolicy, AgentRun, AgentStopReason, AgentSvc,
90+
CompositePolicy, LoopState, Policy, PolicyFn, Step, StepAux, StepLayer, StepOutcome, ToolDef,
91+
ToolInvocation, ToolOutput, ToolRouter, ToolSvc,
9392
};
9493

9594
// Re-export join policy for tool execution configuration

0 commit comments

Comments
 (0)