this post was submitted on 26 May 2025
724 points (99.3% liked)
Microblog Memes
8044 readers
1669 users here now
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
- Please put at least one word relevant to the post in the post title.
- Be nice.
- No advertising, brand promotion or guerilla marketing.
- Posters are encouraged to link to the toot or tweet etc in the description of posts.
Related communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How do you LLMs with multiple agents having different roles? Preferably offline (this would be one of the cases that legitimize my need for an Framework Desktoo) but online with subscription is OK too.
Each API call has absolutely no idea of the previous context, the program that manages the chat simply inserts the whole history of the chat (or a ai-resumed one) inside each message.
If you need 10 different roles then the program sends a single "system" prompt, with then 10 different "user" prompts with the different logic to execute (plus the context, if needed)