Skip to content

docs: Remove placeholder logo comment from README#16

Open
hobostay wants to merge 1 commit into
facebookresearch:mainfrom
hobostay:docs/clean-readme
Open

docs: Remove placeholder logo comment from README#16
hobostay wants to merge 1 commit into
facebookresearch:mainfrom
hobostay:docs/clean-readme

Conversation

@hobostay
Copy link
Copy Markdown

Summary

Remove the commented-out logo/banner placeholder that was left in from the template.

Details

The README contained a placeholder comment for a logo image:

<!-- Logo/Banner placeholder - uncomment and add your image -->
<!-- <img src="assets/banner.png" alt="HyperAgents Banner" width="800"> -->

This placeholder has been removed to clean up the README. If a logo is added in the future, it can be added without the placeholder comment.

Test plan

  • Documentation-only change, no testing needed

🤖 Generated with Claude Code

Remove the commented-out logo/banner placeholder that was left in from the template. This cleans up the README without making any functional changes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Meta Open Source bot. label Mar 27, 2026
lauren-h-yoon added a commit to lauren-h-yoon/HyperAgents that referenced this pull request May 4, 2026
The strict regex r'<json>\s*(\{.*?\})\s*</json>' required both the
opening and closing markup. Reasoning-capable models (observed:
gpt-5.4-mini at medium effort) sometimes emit a structurally
complete JSON object after <json> but drop the closing tag, which
made check_for_tool_uses return [] -> no tool extracted -> the
meta-agent loop exits after a single round. The smoke runs showed
this directly: smoke facebookresearch#14 had 41 rounds, smoke facebookresearch#16 had 1, with the
sole difference being whether the model emitted </json>.

Make the close tag optional via (?:</json>|\Z). The captured JSON
group still has to parse via json.loads, so we don't accept any
malformed payload, just tolerate a missing close tag. Strict-tag
behavior is preserved exactly when the model complies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant