(no title)
ObnoxiousProxy | 5 months ago
You can check out our super rough version here, been building it for the past two weeks: gateway.aci.dev
ObnoxiousProxy | 5 months ago
You can check out our super rough version here, been building it for the past two weeks: gateway.aci.dev
CuriouslyC|5 months ago
What I was talking about here is different though. My agent (Smith) has an inversion of control architecture where rather than running as a process on a system and directly calling tools on that system, it emits intents to a queue, and an executor service that watches that queue and analyzes those intents, validates them, schedules them and emits results back to an async queue the agent is watching. This is more secure and easier to scale. This architecture could be built out to support safe multiple agents simultaneously driving your desktop pretty easily (from a conceptual standpoint, it's a lot of work to make it robust). I would be totally down to collaborate with someone on how they could build a system like this on top of my architecture.
ObnoxiousProxy|5 months ago
Very interesting! What kind of use cases are you using your agent (Smith) for? Is it primarily coding, or quite varied across the board?
A4ET8a8uTh0_v2|5 months ago
ManuelKiessling|5 months ago
If yes, drop me a line, here or at manuel@kiessling.net
block_dagger|5 months ago
ObnoxiousProxy|5 months ago