Skip to content

Releases: ANcpLua/netagents

v0.1.0 — Initial release

12 Mar 20:08

Choose a tag to compare

What's in this release

netagents CLI

  • dotnet tool for managing .agents directories
  • Commands: init, add, remove, sync, list, doctor, trust, mcp serve
  • Agent registry, lockfile, config, gitignore, symlink, trust, skill discovery

Qyl.Agents — compile-time MCP server generator

  • Qyl.Agents.Abstractions (netstandard2.0): [McpServer]/[Tool] attributes
  • Qyl.Agents.Generator (netstandard2.0): Roslyn IIncrementalGenerator — extracts annotated classes into MCP-callable tools with OTel instrumentation and AOT-safe JSON serialization
  • Qyl.Agents (net10.0): stdio JSON-RPC transport (McpHost), full MCP protocol handler

Test coverage

  • 470 tests passing across all 3 test projects