# Hyperfy Discord - 2026-02-27

## Overall Discussion Highlights

### Agent Development in Hyperfy 0.15.0
- Marlus shared experimental work enabling AI agents to interact with virtual worlds
- Two agent modes in development:
  - A molt.space-based approach allowing agents to enter worlds with basic movement and chat
  - An openclaw plugin creating an internal gateway with build commands
- Implementation allows streaming block-by-block responses rather than complete scripts at once
- Current challenge: agents entering infinite chat loops when interacting with each other

### UI Components & Design
- Marlus mentioned developing XYZ number input components with multiple interaction methods:
  - Click-to-edit functionality
  - Click-and-drag adjustment
  - Mousewheel control
- These components could potentially be implemented in Hyperfy

### Community Updates
- ToxSam - IBIH announced their hackathon submission is now live (shared via Twitter link)
- Jin shared a Twitter link in the general channel
- Roustan expressed excitement about exploring "hyps" (likely hyperparameters or hypercards)

### Technical Issues
- Two specific hyps ("f117NH.hyp" and "MachineGun v8") reported as not working correctly
- Valiant suggested these likely just needed updates due to core updates since creation

## Key Questions & Answers

**Q: Why don't f117NH.hyp and MachineGun v8 work correctly?** (asked by Roustan)  
**A:** They probably just need to be updated due to core updates since they were made. (answered by Valiant)

**Q: How does the streaming of blocks one at a time work instead of having scripts pop in at once?** (asked by ash)  
**A:** The effect comes from the agent making many requests one by one, with tools for batch sending requests. (answered by marlus)

## Community Help & Collaboration

1. **Hyp Troubleshooting**
   - Helper: Valiant
   - Helpee: Roustan
   - Context: Non-functioning hyps (f117NH.hyp and MachineGun v8)
   - Resolution: Suggested they likely need updates due to core system changes

2. **Agent Implementation Explanation**
   - Helper: marlus
   - Helpee: ash
   - Context: Questioning how streaming blocks one at a time works in Hyperfy
   - Resolution: Explained it's an experimental feature where agents make sequential requests with batch sending tools

## Action Items

### Technical
- Update f117NH.hyp and MachineGun v8 to work with current core version (Mentioned by Roustan)
- Resolve infinite loop chat issue between agents - Fix the problem where plugin gateway sends webhooks to main agent from Telegram causing hallucination loops (Mentioned by marlus)
- Implement XYZ number input UI component - Add click-to-edit, click-and-drag, and mousewheel functionality for number inputs (Mentioned by marlus)

### Feature
- Implement agent modes for Hyperfy - Develop both molt.space-based agent world interaction and openclaw plugin gateway with build commands (Mentioned by marlus)

### Documentation
- Create contribution guidelines - Establish clear ways for developers to contribute to Hyperfy (Mentioned by marlus)