GitHub - robocorp/llmstatemachine: A Python library for building GPT-powered agents with state machine logic and chat history memory.
Large Language Model State Machine (llmstatemachine)
Introduction
llmstatemachine is a library for creating agents with GPT-based language models and state machine logic.
Introduction
llmstatemachine is a library for creating agents with GPT-based language models and state machine logic.
- Chat History as Memory : Leverages large context window models, making chat history the primary source of agent memory.
- Custom Python Functions with JSON Generation : Allows the c