Contributing
How to Contribute
Commit Conventions
<type>(<scope>): <description>
[optional body]
[optional footer(s)]Principles
License
Last updated
<type>(<scope>): <description>
[optional body]
[optional footer(s)]Last updated
feat(matrix): add retry support to agent logic
- Add optional retry config to AgentFactory
- Document in guides
Closes #123