bespoke_automata
Basic Information
Bespoke Automata is a development framework for creating, testing and deploying custom Agent AIs behind simple HTTP endpoints. The repository provides a node‚Äëgraph GUI for designing 'brains' using a directed graph interface powered by a modified litegraph. It is intended to combine large language models running locally or remotely with supporting instruments such as database IO, dictionaries, arrays, logic nodes and API connectors so that each designed brain can pursue goals set by its designer. The project includes instructions for running a local backend API that performs text and vision inference via llama-cpp-python, guidance for placing models in expected folders, and steps to deploy saved brains as API endpoints served by the bespoke_manager server so each brain appears as its own route.