Commit Graph

1 Commits

Author SHA1 Message Date
3932cec51a feat: add openai_agent_example.py demonstrating agent integration with OpenAI API
Introduce a new 219-line example script that implements an Agent class for building AI agents using the OpenAI API. The script includes setup instructions, fake API credentials for educational purposes, async support via asyncio, and a full chat history tracking mechanism through the messages property.
2024-12-20 17:49:17 +00:00