I’m building it
It’s got various things to clean up but the idea is to bring the spirit of pi (an OSS coding agent that can extend itself and gives you maximal freedom) to excel.
So it has things that claude for excel will never have - like tmux, the ability to use any model provider that works with pi, and of course extensions
built in lets you play snake while your agent works; I added some personal ones for slash commands, auto-pulling fx, ..
And nice touches like user and file agents.md
still quite a lot of work I need to juggle with my new job, but I’ve been using it all week with decent results
Quick doubt: did you modify Pi to make it browser compatible?
1. If yes, does it understand skills?
2. If it does have skills support, how are skills fed into it in a browser environment (without the filesystem, folders and stuff)
Didn't have to modify. OG Pi is made to be extended & used as a building block so closer to say I wrapped it As for skills, yes and it's a virtual filesystem
Just tried it, very cool! Do you have experience with limits, like is there a max table size it can reason about?
generally been fine, adding some optimisations over wkd to increase. Primary thing I want to fix = right now full tool results get passed direct into context so can overflow if using python on a large sheet
https://github.com/tmustier/pi-for-excel/issues/377