Skip to content

Instantly share code, notes, and snippets.

View MiBu's full-sized avatar
🧨
Fireworks!

Mirko Budimir MiBu

🧨
Fireworks!
View GitHub Profile
@MiBu
MiBu / Program.cs
Created September 9, 2025 09:16
semantic-kernel-orchestrator-timeout
using System.Text;
using System.Text.Json;
using Amazon;
using Amazon.BedrockRuntime;
using Microsoft.SemanticKernel;
using Microsoft.SemanticKernel.Agents;
using Microsoft.SemanticKernel.Agents.Orchestration;
using Microsoft.SemanticKernel.Agents.Orchestration.Handoff;
using Microsoft.SemanticKernel.Agents.Runtime.InProcess;
using Microsoft.SemanticKernel.ChatCompletion;
using System;
using JsonSerializer = System.Text.Json.JsonSerializer;
using System.Security.Cryptography;
using System.Text;
using System.Linq;
public class Program
{
public static void Main()
{