openai-agents-python/examples
nikkie d089886f01
examples(research_bot): Add space to INSTRUCTIONS (#439)
Thanks to awesome example `research_bot`

Fix andproduce and goodgrammar (and so on)

```python
>>> from examples.research_bot.agents import search_agent
>>> print(search_agent.INSTRUCTIONS)
You are a research assistant. Given a search term, you search the web for that term andproduce a concise summary of the results. The summary must 2-3 paragraphs and less than 300words. Capture the main points. Write succinctly, no need to have complete sentences or goodgrammar. This will be consumed by someone synthesizing a report, so its vital you capture theessence and ignore any fluff. Do not include any additional commentary other than the summaryitself.
```
2025-04-08 14:01:09 -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 examples(research_bot): Add space to INSTRUCTIONS (#439) 2025-04-08 14:01:09 -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