fix spacing

This commit is contained in:
MaxRobinsonTheGreat 2025-03-13 13:56:13 -05:00
parent 1a4ac02e13
commit 600f219085
6 changed files with 7 additions and 5 deletions

View file

@ -347,4 +347,4 @@ def main():
# run_experiment(args.task_path, args.task_id, args.num_exp)
if __name__ == "__main__":
main()
main()

View file

@ -109,3 +109,4 @@
"type": "techtree",
"timeout": 300
}
}

View file

@ -151,4 +151,5 @@ export class ActionManager {
await this.stop(); // last attempt to stop
}, TIMEOUT_MINS * 60 * 1000);
}
}
}

View file

@ -86,7 +86,7 @@ export class Agent {
console.log(`${this.name} spawned.`);
this.clearBotLogs();
this._setupEventHandlers(save_data, init_message);
this.startEvents();

View file

@ -117,4 +117,4 @@ export class History {
this.turns = [];
this.memory = '';
}
}
}

View file

@ -143,4 +143,4 @@ export class SelfPrompter {
// this stops it from responding from the handlemessage loop and the self-prompt loop at the same time
}
}
}
}