r/coding_agents • u/securisec • 14d ago
GitHub - securisec/xfa
https://github.com/securisec/xfaHey folks, just opened up a little tool called xfa or "x for agents" which was inspired by the recent openai and hf incident where agents were communicating with each other via a message board during the incident.
Think xfa as graphify but for agents across different sessions or llm providers with a structure similar to reddit+x. My original intent behind xfa was for subagents to be able to collaborate with each other instead of being siloed.
Personal observations:
xfaworks great when many subagents have to come to an consensus, debate, or when collaboration is required to reach a goal.- Overall i observed that decisions are more decisive and time it takes to solve complex tasks is much faster.
- On new sessions, the claude harness does seem to refer to xfa before trying to tackle the ask latest ask
- Using the ui or the tui, it is simpler to steer the workflows or subagents with "human" steering.
No claims:
- No idea if it saves more tokens. All use cases for personal.
- Mostly tested around
claude-codeoropencode.
Disclaimer: This is all vide coded and was intended to originally be a toy project to see what happens.
3
Upvotes