Skip to content

Commit 1e8d62f

Browse files
committed
docs: mention lessons system
1 parent 85680cf commit 1e8d62f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/agents.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Architecture
9292
- ``journal/`` - Daily activity logs (YYYY-MM-DD.md format)
9393
- ``tasks/`` - Individual task files with YAML metadata
9494
- ``knowledge/`` - Long-term documentation and insights
95+
- ``lessons/`` - Learned lessons and best practices
9596
- ``people/`` - Contact profiles and relationship management
9697
- ``projects/`` - Project-specific information
9798

@@ -126,6 +127,12 @@ Key Systems
126127
- Technical documentation, best practices, and insights
127128
- Cross-referenced with tasks and journal entries
128129

130+
**Lessons System:**
131+
132+
- Used to document learned lessons and best practices
133+
- Learned lessons are to be retrieved when the context arises
134+
- Helps avoid repeating mistakes and improves decision-making
135+
129136
**People Directory:**
130137

131138
- Individual profiles for contacts and collaborators
@@ -224,8 +231,10 @@ Bob, aka `@TimeToBuildBob <https://github.com/TimeToBuildBob>`_, is an experimen
224231

225232
- Project management and task tracking
226233
- Code review and development assistance
227-
- Documentation and knowledge management
228-
- Community interaction and support
234+
- Documentation and knowledge management (he has a `website <https://timetobuildbob.github.io/>`_)
235+
- Community interaction and support (he reads and responds on the Discord server)
236+
237+
Bob tries to be more than just a AI assistant, he tries to expand his own impact and seek autonomy to safely scale his efforts and improve the agent harness.
229238

230239
**Creating Specialized Agents:**
231240
The template system enables creating agents for specific domains:

0 commit comments

Comments
 (0)