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/
Author
Xiyuan Yang
Posted on
April 18, 2025
Updated on
April 20, 2025
Licensed under