Skip to content

Commit c3c4f01

Browse files
committed
remove
1 parent 1dfb5cb commit c3c4f01

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

.github/workflows/auto-llms-txt.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -131,24 +131,4 @@ jobs:
131131
- Keep the changes to the minimum necessary to update the llms.txt and llms-full.txt files
132132
133133
CRITICAL: After completing ANY of the above actions (stop command, updates completed, or no updates needed), you MUST immediately use the run_terminal_cmd tool to execute 'exit 0'. This will terminate the process. Do not continue running or wait for additional input.
134-
" --force --model "$MODEL" --output-format=json)
135-
136-
# Parse the JSON response
137-
echo "Agent output: $AGENT_OUTPUT"
138-
139-
# Check if the agent completed successfully
140-
if echo "$AGENT_OUTPUT" | jq -e '.type == "result" and .subtype == "success"' > /dev/null; then
141-
echo "✅ Agent completed successfully"
142-
143-
# Extract the result message
144-
RESULT_MESSAGE=$(echo "$AGENT_OUTPUT" | jq -r '.result')
145-
echo "Result: $RESULT_MESSAGE"
146-
147-
# Force exit the action
148-
echo "🏁 Forcing action to exit"
149-
exit 0
150-
else
151-
echo "❌ Agent did not complete successfully"
152-
echo "Raw output: $AGENT_OUTPUT"
153-
exit 1
154-
fi
134+
" --force --model "$MODEL" --output-format=text

0 commit comments

Comments
 (0)