openai-agents-python/examples
kanchi 869c95b012
Update computer-use example to support simultaneous key presses (#452)
### Summary

Updated the `computer-use` example to support simultaneous key presses.
The current implementation presses and releases keys one at a time,
which prevents combo inputs like copy (CTRL+C) from working correctly.

### Test plan

N/A

### Issue number

N/A

### Checks

- [ ] I've added new tests (if relevant)
- [ ] I've added/updated the relevant documentation
- [x] I've run `make lint` and `make format`
- [ ] I've made sure tests pass
2025-04-08 11:47:15 -04:00
..
agent_patterns Introduce tool_use_behavior on agents 2025-03-18 21:55:12 -04:00
basic fix typos in /examples 2025-03-20 11:23:57 +01:00
customer_service Initial commit 2025-03-11 09:42:28 -07:00
financial_research_agent Fix: Correct the trace path in examples (#395) 2025-04-01 11:51:52 -04:00
handoffs fix: use first_agent instead of second_agent for a task to generate random number 2025-03-13 18:26:49 -07:00
mcp Fix: Correct the trace path in examples (#395) 2025-04-01 11:51:52 -04:00
model_providers Update custom models to use tools 2025-03-13 13:10:26 -04:00
research_bot Fix: Correct the trace path in examples (#395) 2025-04-01 11:51:52 -04:00
tools Update computer-use example to support simultaneous key presses (#452) 2025-04-08 11:47:15 -04:00
voice fix(examples): make sure audio playback finishes 2025-03-25 12:11:33 -07:00
__init__.py Initial commit 2025-03-11 09:42:28 -07:00