|
4 | 4 |
|
5 | 5 | ### Agents - Creating and using [agents](../../semantic_kernel/agents/) in Semantic Kernel
|
6 | 6 |
|
7 |
| -- [Assistant Agent Chart Maker](./agents/assistant_agent/assistant_agent_chart_maker.py) |
8 |
| -- [Assistant Agent File Manipulation](./agents/assistant_agent/assistant_agent_file_manipulation.py) |
9 |
| -- [Assistant Agent File Manipulation Streaming](./agents/assistant_agent/assistant_agent_file_manipulation_streaming.py) |
10 |
| -- [Assistant Agent Retrieval](./agents/assistant_agent/assistant_agent_retrieval.py) |
11 |
| -- [Assistant Agent Streaming](./agents/assistant_agent/assistant_agent_streaming.py) |
| 7 | +#### [OpenAI Assistant Agent](../../semantic_kernel/agents/open_ai/open_ai_assistant_agent.py) |
| 8 | + |
| 9 | +- [OpenAI Assistant Chart Maker Streaming](./agents/openai_assistant/openai_assistant_chart_maker_streaming.py) |
| 10 | +- [OpenAI Assistant Chart Maker](./agents/openai_assistant/openai_assistant_chart_maker.py) |
| 11 | +- [OpenAI Assistant File Manipulation Streaming](./agents/openai_assistant/openai_assistant_file_manipulation_streaming.py) |
| 12 | +- [OpenAI Assistant File Manipulation](./agents/openai_assistant/openai_assistant_file_manipulation.py) |
| 13 | +- [OpenAI Assistant File Manipulation Streaming](./agents/openai_assistant/openai_assistant_file_manipulation_streaming.py) |
| 14 | +- [OpenAI Assistant Retrieval](./agents/openai_assistant/openai_assistant_retrieval.py) |
| 15 | +- [OpenAI Assistant Streaming](./agents/openai_assistant/openai_assistant_streaming.py) |
| 16 | +- [OpenAI Assistant Structured Outputs](./agents/openai_assistant/openai_assistant_structured_outputs.py) |
| 17 | +- [OpenAI Assistant Templating Streaming](./agents/openai_assistant/openai_assistant_templating_streaming.py) |
| 18 | +- [OpenAI Assistant Vision Streaming](./agents/openai_assistant/openai_assistant_vision_streaming.py) |
| 19 | + |
| 20 | +#### [Azure AI Agent](../../semantic_kernel/agents/azure_ai/azure_ai_agent.py) |
| 21 | + |
| 22 | +- [Azure AI Agent with Azure AI Search](./agents/azure_ai_agent/azure_ai_agent_azure_ai_search.py) |
| 23 | +- [Azure AI Agent File Manipulation](./agents/azure_ai_agent/azure_ai_agent_file_manipulation.py) |
| 24 | +- [Azure AI Agent Streaming](./agents/azure_ai_agent/azure_ai_agent_streaming.py) |
| 25 | + |
| 26 | +#### [Bedrock Agent](../../semantic_kernel/agents/bedrock/bedrock_agent.py) |
| 27 | +- [Bedrock Agent Simple Chat Streaming](./agents/bedrock_agent/bedrock_agent_simple_chat_streaming.py) |
| 28 | +- [Bedrock Agent Simple Chat](./agents/bedrock_agent/bedrock_agent_simple_chat.py) |
| 29 | +- [Bedrock Agent Update Agent](./agents/bedrock_agent/bedrock_agent_update_agent.py) |
| 30 | +- [Bedrock Agent Use Existing](./agents/bedrock_agent/bedrock_agent_use_existing.py) |
| 31 | +- [Bedrock Agent With Code Interpreter Streaming](./agents/bedrock_agent/bedrock_agent_with_code_interpreter_streaming.py) |
| 32 | +- [Bedrock Agent With Code Interpreter](./agents/bedrock_agent/bedrock_agent_with_code_interpreter.py) |
| 33 | +- [Bedrock Agent With Kernel Function Streaming](./agents/bedrock_agent/bedrock_agent_with_kernel_function_streaming.py) |
| 34 | +- [Bedrock Agent With Kernel Function](./agents/bedrock_agent/bedrock_agent_with_kernel_function.py) |
| 35 | +- [Bedrock Agent Mixed Chat Agents Streaming](./agents/bedrock_agent/bedrock_mixed_chat_agents_streaming.py) |
| 36 | +- [Bedrock Agent Mixed Chat Agents](./agents/bedrock_agent/bedrock_mixed_chat_agents.py) |
| 37 | + |
| 38 | +#### [Chat Completion Agent](../../semantic_kernel/agents/chat_completion/chat_completion_agent.py) |
| 39 | + |
12 | 40 | - [Chat Completion Function Termination](./agents/chat_completion_agent/chat_completion_function_termination.py)
|
13 | 41 | - [Chat Completion History Reducer](./agents/chat_completion_agent/chat_completion_history_reducer.py)
|
14 |
| -- [Mixed Chat Agents](./agents/mixed_chat/mixed_chat_agents.py) |
| 42 | +- [Chat Completion Templating](./agents/chat_completion_agent/chat_completion_templating.py) |
| 43 | + |
| 44 | +#### [Mixed Agent Group Chat](../../semantic_kernel/agents/group_chat/agent_group_chat.py) |
| 45 | + |
15 | 46 | - [Mixed Chat Agents Plugins](./agents/mixed_chat/mixed_chat_agents_plugins.py)
|
| 47 | +- [Mixed Chat Agents](./agents/mixed_chat/mixed_chat_agents.py) |
16 | 48 | - [Mixed Chat Files](./agents/mixed_chat/mixed_chat_files.py)
|
17 | 49 | - [Mixed Chat Images](./agents/mixed_chat/mixed_chat_images.py)
|
18 | 50 | - [Mixed Chat Reset](./agents/mixed_chat/mixed_chat_reset.py)
|
19 | 51 | - [Mixed Chat Streaming](./agents/mixed_chat/mixed_chat_streaming.py)
|
20 |
| -- [Bedrock Agent](./agents/bedrock_agent/README.md) |
21 | 52 |
|
22 | 53 | ### Audio - Using services that support audio-to-text and text-to-audio conversion
|
23 | 54 |
|
|
0 commit comments