diff --git a/.all-contributorsrc b/.all-contributorsrc index caf2c3c..fd1c95c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,21 @@ { "projectName": "ai-agent-framework", - "projectOwner": "callstackincubator" + "projectOwner": "callstackincubator", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "grabbou", + "name": "Mike", + "avatar_url": "https://avatars.githubusercontent.com/u/2464966?v=4", + "profile": "https://github.com/grabbou", + "contributions": [ + "code" + ] + } + ] } diff --git a/README.md b/README.md index da62f8e..a689803 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,13 @@ This functional approach makes the framework particularly well-suited for buildi + + + + + + +
Mike
Mike

💻