Skip to content

Fix: Add missing AI response output in s_full.py main loop#50

Open
Cshaoguang wants to merge 1 commit intoshareAI-lab:mainfrom
Cshaoguang:patch-1
Open

Fix: Add missing AI response output in s_full.py main loop#50
Cshaoguang wants to merge 1 commit intoshareAI-lab:mainfrom
Cshaoguang:patch-1

Conversation

@Cshaoguang
Copy link

Description

When running s_full.py, the program executes successfully, but the AI's response is not explicitly printed to the console. This makes it difficult to see the actual output of the agent loop.

Changes Made

Added code to print the AI's response immediately after the agent_loop(history) call in the main loop of s_full.py.

Impact

Users can now clearly see the agent's responses in the terminal during execution, making the reference agent behave as expected.

### Description
When running `s_full.py`, the program executes successfully, but the AI's response is not explicitly printed to the console. This makes it difficult to see the actual output of the agent loop.

### Changes Made
- Added code to print the AI's response immediately after the `agent_loop(history)` call in the main loop of `s_full.py`.

### Impact
Users can now clearly see the agent's responses in the terminal during execution, making the reference agent behave as expected.
@vercel
Copy link

vercel bot commented Mar 3, 2026

@Cshaoguang is attempting to deploy a commit to the crazyboym's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant