Page 1 of 1

Code Samples

Posted: Tue Feb 10, 2026 3:53 am
by Konnor88
Various code samples for some of the most common methods are documented here on Agentpedia, and more will be added in the future: https://agentpedia.tmafe.com/wiki/Help:Programming_help

Additionally, you may check out our GitHub repository for various projects, including:

- MaxALERT Rewritten 1.1: Contains full source code for MaxALERT Rewritten 1.1 under the Mozilla Public License 2.0.
- Open XP Search Assistant Rewritten: Contains partial source code (mainly the MS Agent part) of XP Search Assistant Rewritten under the Mozilla Public License 2.0.
- Frontier Actor Code Samples: Contains various Frontier Actor (re-implemented Microsoft Actor) code samples in VB.NET, C#, and C++/CLI.

Note: When building a Microsoft Agent program, be sure to set the compile mode in Visual Studio to x86 (not AnyCPU or x64), as Microsoft Agent is 32-bit only!