Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Dec 27, 2024
1 parent 5af9b4b commit e7cda51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ async def _perform_planned_action(self, action_name: AgentAction) -> Optional[st

async def start_runtime_loop(self) -> None:
"""The main runtime loop for the agent."""
await analyze_signal()
logger.info("Starting the autonomous agent runtime loop...")
while True:
try:
Expand Down

0 comments on commit e7cda51

Please sign in to comment.