GPA-LM is a Python-based framework designed to simplify the creation and orchestration of AI agents powered by large language models. It features a planner that breaks down high-level instructions into sub-tasks, an executor that manages tool calls and interactions, and a memory module that retains context across sessions. The plugin architecture allows developers to add custom tools, APIs, and decision logic. With multi-agent support, GPA-LM can coordinate roles, distribute tasks, and aggregate results. It integrates seamlessly with popular LLMs like OpenAI GPT and supports deployment on various environments. The framework accelerates the development of autonomous agents for research, automation, and application prototyping.