Clarify Agentbox names and invariants
Co-authored-by: codegirl007 <codegirl-007@users.noreply.github.com>
This commit is contained in:
co-authored by
codegirl007
parent
4d2fb4a733
commit
e702497996
@@ -45,7 +45,7 @@ func Run(ctx context.Context, config Config) (runErr error) {
|
||||
if err := config.Environment.Launch(ctx, config.Command); err != nil {
|
||||
return err
|
||||
}
|
||||
fmt.Fprintln(config.Output, "Agent attached.")
|
||||
fmt.Fprintln(config.Output, "Agent loop started.")
|
||||
|
||||
var stepHistory []agent.Step
|
||||
var actionHistory []environment.InputAction
|
||||
|
||||
Reference in New Issue
Block a user