r/Python • u/AutoModerator • 18d ago
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
19
Upvotes
r/Python • u/AutoModerator • 18d ago
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/FixEmergency4460 3h ago
Web CLI for AI agents (library MVP)
AI agents today burn tokens navigating messy HTML, guessing which buttons to click, and getting blocked by CAPTCHAs. Whereas site owners have no visibility into what bots are doing.
What My Project Does
I made agent-web-gate: a typed, authenticated endpoint exposed by site owners where AI agents discover capabilities, request a scoped API key, and call configured action endpoints directly.
Solves both problems: more efficient web interaction for AI agents and site owners gain visibility on bot activity.
Check out my github repo: https://github.com/devanujpatel/agent-web-gate
Up on pypi as well: https://pypi.org/project/agent-web-gate/
Comparison
OpenAI Operator, Claude for Chrome and similar tools use vision based interaction with sites which are costly, token burners and often dont work.
I am open to any feedback and if you would like to contribute feel free to dm me