Rohan Mehta
2b9b8f7e73
Prompts support ( #876 )
...
Add support for the new openai prompts feature.
2025-06-16 15:47:48 -04:00
Rohan Mehta
e3698f32b1
Enable non-strict output types ( #539 )
...
See #528 , some folks are having issues because their output types are
not strict-compatible.
My approach was:
1. Create `AgentOutputSchemaBase`, which represents the base methods for
an output type - the json schema + validation
2. Make the existing `AgentOutputSchema` subclass
`AgentOutputSchemaBase`
3. Allow users to pass a `AgentOutputSchemaBase` to
`Agent(output_type=...)`
2025-04-21 11:58:36 -04:00
Rohan Mehta
4b8472da7e
Examples for image inputs ( #553 )
2025-04-21 11:14:25 -04:00
Rohan Mehta
f329eef7e8
Examples and tests for previous_response_id ( #512 )
...
Examples + tests
2025-04-15 12:46:31 -04:00
Raduan77
65264b6b8a
fix typos in /examples
2025-03-20 11:23:57 +01:00
Rohan Mehta
10aa5555af
Introduce tool_use_behavior on agents
2025-03-18 21:55:12 -04:00
Rohan Mehta
fad23f1a3d
fix typo in agent_lifecycle_example.py ( #161 )
2025-03-17 15:59:00 -04:00
Rohan Mehta
09d70c074d
utils directory
2025-03-16 18:48:45 -04:00
CCM
8540b1e65b
fix typo in agent_lifecycle_example.py
2025-03-14 19:14:26 +08:00
Dmitry Pimenov
26f9cb42de
fixing mypy error
2025-03-12 17:30:59 -07:00
Dmitry Pimenov
65546703cb
fixing lint issues
2025-03-12 17:28:44 -07:00
Dmitry Pimenov
536d7826d5
added a Jupyter example to clarify how to use the SDK with an existing event loop
2025-03-12 17:24:35 -07:00
Rohan Mehta
aaec57a426
Initial commit
2025-03-11 09:42:28 -07:00