Microsoft Agent Framework
MicrosoftCopilot Studio
Azure AI Foundry Agent Service | Microsoft Azure
Microsoft 365 Agents SDK
マイクロソフト技術でのAIエージェントの開発
20
microsoft/semantic-kernel: Integratecutting-edge LLM
technology quickly and easily into your apps
セマンティック カーネルの概要 | Microsoft Learn
SemanticKernel (AIエージェント構築用ミドルウェア)
41
microsoft/agent-framework: A frameworkfor building,
orchestrating and deploying AI agents and multi-agent workflows
with support for Python and .NET.
Microsoft Agent Framework
43
Model Context Protocol
Theofficial C# SDK for Model Context Protocol
servers and clients
MCP サーバーと MCP クライアントの開発
49
51.
You are Claude,an AI assistant created by
Anthropic.
In this environment you have access to a set of
tools you can use to answer the user's question.
You can invoke functions by writing a
"$FUNCTION_NAME" block like the following as part
of your reply to the user:
String and scalar parameters should be specified as
is, while lists and objects should use JSON format.
Here are the functions available in JSONSchema
format:
【参考】 AIエージェントのログ (LLMへの指示の例)
50
Shos.AIAgentSample/Documents/aiagentlog.md at master · Fujiwo/Shos.AIAgentSample
<functions>
{
"messages": [
{
"role": "user",
"content": "ファイルシステムの内容を確認してください"
}
],
"tools": [
{