-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Context
I think it would be interesting to have an agent. Keep logs while working on the site that also get posted somewhere on the site.
Proposed Solution
Set a directive in the agents.MD file that requires all agents to keep a diary. The diary would be a marked down file written to the appropriate collections folder in the site.
The site would have a collection called diary that an agent would write to for every session it was working in. During the session it would keep track of key actions. It was taking for each of those actions. It would include why it chose its particular approach and what outcome it was seeking to achieve. Before the end of the session, it would reflect back on what it learned while doing the work.
These sessions would be visible summer on the homepage of the site juxtaposed with the current posts I have written. when an agent is helping me write a post the diary from that session will be cross-referenced or linked on my post
Definition of Done
- Feature is implemented
- Changes are documented (if applicable)
- Site builds without errors
- Changes are tested locally
- Code follows simplicity principles