Week 6
Blog Post Week 6
We started by brainstorming what autonomous agents should actually do, like browsing the web or handling service requests. To avoid reinventing the wheel, we decided to build on an existing framework instead of starting from scratch.
Our first choice was OpenClaw, but the codebase was a mess. The architecture was too tightly coupled, making it nearly impossible to modify or extend without breaking things. We needed something more modular and maintainable.