My Multi-Agents
My Multi-Agents
Introduction
Agents everywhere! Just feel free to explore and create your own agents.
See this Repo for all the codes and more details.
Agents
Horrible Story Agent (2025/04/18
)
A small system for generating horror stories through AI dialogue, composed of two agents, where users can customize the rules, urban legends, and horror elements to be used.
English Essay Revision
I designed an automated tool for polishing and revising English essays, which can enhance grammar and strengthen logic, helping the article achieve a higher score.
Framework
graph TD
A[Task细化] --> B{Parallel}
B --> C1[Conservative Modifier]
B --> C2[Creative Modifier]
C1 --> D[Integrator]
C2 --> D
D --> E[Final Report of Modifications]
You can see the code in the repo:
My Multi-Agents
https://xiyuanyang-code.github.io/posts/My-Multi-Agents/