Here is the Ametrine AI SDK v3.x, based on the architecture available at: https://scratch.mit.edu/projects/1362759198 SDK v2: https://scratch.mit.edu/projects/1363147504 Info list of backgrounds available: "ICO, Pool, Bench With View, Soccer, Greek Theater, Night City With, Street, Party, Night City, Theater, Woods And Bench" v3.2.2: Cao Agent update 1.0 -> 1.1 v3.2.1: Switched to a dataset half the size going from 1.2 MB to 579 KB while keeping the AI fully functional. v3.2: Addition of Textual Frequency Adaptive Encoding (TFAE) to compress the database, resulting in a 51% saving in data. v3.1.1: Fixed a bug reported by @El_snak (I think he deserves a trophy) v3.1: Added a configuration file for all systems + Fixed a bug reported by @El_snak Currently, the following components are in place: Cao Agent (full version) Tool Calls (Advance version for Cao Agent) Cao Lunaris 1.5 Pro DigiLink (ready for full vertion) Cao Cloud Protect + STARGAZER AI What's missing: Nothing for once lol Here is my plan for the next steps: Simplify the integration of Cao OpenAPI because I myself have some difficulties with it, so in the future I'll review how the AIs communicate with each other to have one script that does everything, instead of four separate scripts. Here’s a fun little fact: the entry point for the pipeline the Cao Agent can make API requests to Cao Lunaris, which in turn can query Cao Cloud Protect, which then calls upon DigiLink all on Cao OpenAPI. Even I’m amazed by it!