Skip to content

Commit 65c006a

Browse files
committed
Add MS agent framework
1 parent 2a7bef3 commit 65c006a

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"kiroAgent.configureMCP": "Disabled"
3+
}

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,6 +2113,24 @@ <h6 class="px-3 card-text"> - <i>By Microsoft</i></h6>
21132113
</div>
21142114
</div>
21152115
</div>
2116+
2117+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
2118+
<div class="card">
2119+
<a class="text-center p-2" href="https://github.com/microsoft/agent-framework" target="_blank">
2120+
<img class="card-img-top" src="static/image/logos/ms-agent-framework.png"
2121+
style="width: 100%; height: auto;" alt="Microsoft Agent Framework">
2122+
</a>
2123+
<div class="card-body">
2124+
<h5 class="card-title text-center">
2125+
<a href="https://github.com/microsoft/agent-framework" target="_blank">Microsoft Agent Framework</a>
2126+
</h5>
2127+
<p class="card-text">A comprehensive framework for building and deploying AI agents with enterprise-grade
2128+
capabilities and Microsoft ecosystem integration.</p>
2129+
<h6 class="card-text"> - <i>By Microsoft</i></h6>
2130+
</div>
2131+
</div>
2132+
</div>
2133+
21162134
</div>
21172135
</div>
21182136
<!--End of LLM, Gen-AI, & Agents-->
136 KB
Loading

0 commit comments

Comments
 (0)