https://github.com/ancplua/ancplua.agents
Microsoft Agent Framework runtime helpers + test infrastructure (split from ANcpLua.Roslyn.Utilities)
https://github.com/ancplua/ancplua.agents
Last synced: 23 days ago
JSON representation
Microsoft Agent Framework runtime helpers + test infrastructure (split from ANcpLua.Roslyn.Utilities)
- Host: GitHub
- URL: https://github.com/ancplua/ancplua.agents
- Owner: ANcpLua
- License: mit
- Created: 2026-04-19T00:29:40.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-24T02:43:40.000Z (about 1 month ago)
- Last Synced: 2026-04-25T02:02:23.024Z (about 1 month ago)
- Language: C#
- Size: 172 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
[](https://github.com/ANcpLua/ANcpLua.Agents/actions/workflows/nuget-publish.yml)
[](https://www.nuget.org/packages/ANcpLua.Agents/)
[](https://www.nuget.org/packages/ANcpLua.Agents.Workflows/)
[](https://www.nuget.org/packages/ANcpLua.Agents.Testing/)
[](https://www.nuget.org/packages/ANcpLua.Agents.Testing.Workflows/)
[](https://dotnet.microsoft.com/)
[](LICENSE)
# ANcpLua.Agents
Consumer toolkit for Microsoft Agent Framework — bundling, governance, testing.
Compatible with: Microsoft.Agents.AI 1.4.x
Tested against: Microsoft.Agents.AI 1.4.0
`ANcpLua.Agents` mirrors the Microsoft Agent Framework package shape without the redundant `.AI` segment:
`Microsoft.Agents.AI.X` maps to `ANcpLua.Agents.X`.
| Channel | Package | Contents |
|---|---|---|
| stable | [`ANcpLua.Agents`](https://www.nuget.org/packages/ANcpLua.Agents/) | Core facades, governance primitives, instrumentation helpers |
| stable | [`ANcpLua.Agents.Workflows`](https://www.nuget.org/packages/ANcpLua.Agents.Workflows/) | Workflow facades and execution helpers |
| stable | [`ANcpLua.Agents.Testing`](https://www.nuget.org/packages/ANcpLua.Agents.Testing/) | `FakeChatClient`, conformance bases, 6 provider fixtures |
| stable | [`ANcpLua.Agents.Testing.Workflows`](https://www.nuget.org/packages/ANcpLua.Agents.Testing.Workflows/) | Workflow harness and framework-internals mirror |
| preview | [`ANcpLua.Agents.Hosting.Azure`](https://www.nuget.org/packages/ANcpLua.Agents.Hosting.Azure/) | Azure Functions hosting facades |
| preview | [`ANcpLua.Agents.Hosting.Foundry`](https://www.nuget.org/packages/ANcpLua.Agents.Hosting.Foundry/) | Foundry hosted-agent facades |
| preview | [`ANcpLua.Agents.Hosting.Anthropic`](https://www.nuget.org/packages/ANcpLua.Agents.Hosting.Anthropic/) | Anthropic agent facades |
| preview | [`ANcpLua.Agents.Hosting.DevUI`](https://www.nuget.org/packages/ANcpLua.Agents.Hosting.DevUI/) | DevUI facades |
| rc1 | [`ANcpLua.Agents.Foundry`](https://www.nuget.org/packages/ANcpLua.Agents.Foundry/) | Foundry and declarative Foundry facades |
| alpha | [`ANcpLua.Agents.Hosting.OpenAI`](https://www.nuget.org/packages/ANcpLua.Agents.Hosting.OpenAI/) | OpenAI-compatible hosting facades and client factory |
Stable packages do not reference Microsoft Agent Framework preview, RC, or alpha packages. Channel isolation is enforced by tests in `tests/ANcpLua.Agents.Tests/Packaging`.
Siblings: [ANcpLua.Roslyn.Utilities](https://github.com/ANcpLua/ANcpLua.Roslyn.Utilities) · [ANcpLua.NET.Sdk](https://github.com/ANcpLua/ANcpLua.NET.Sdk) · [ANcpLua.Analyzers](https://github.com/ANcpLua/ANcpLua.Analyzers)