ai-agents-trial is an open-source Python project demonstrating how to build autonomous AI agents using LLMs. It provides modular abstractions for agent planning, tool invocation (e.g., web search, calculators), and memory management. Developers can define custom tools, chain actions across multiple steps, and persist context across sessions. The codebase uses OpenAI APIs alongside helper utilities to orchestrate workflows, making it ideal for rapid prototyping of chat-based assistants, research bots, or domain-specific automation agents. Integration points allow extending functionality with new connectors and data sources without altering core logic.