microsoft/ai-agents-for-beginners
Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
74k 5d ago A 33 tokens
original MIT
3 tagged autogen, measured the same way as everything else here.
microsoft/ai-agents-for-beginners
Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
Agent
The core Agents SDK, published to npm as agents. This is the most complex package in the monorepo.
Agent
The Agent class defined alarm as a public readonly arrow function property, which completely shadowed PartyServer's alarm() prototype method. This meant #ensureInitialized() was never called when a Durable Object woke via alarm (e.g. from scheduleEvery), causing this.name to throw and onStart to never run.