Skip to content

Releases: angri450/Nong.NanoBot.Net

Nong.NanoBot.Net 2026-06-10

Choose a tag to compare

@angri450 angri450 released this 11 Jun 00:20

Nong.NanoBot.Net 2026-06-10

102 tests, 0 failures.

Nong Bridge

  • allowlist extended: lit, slice, progress (full alignment with CLI 4.0.0 15 modules)
  • Capability discovery API: DiscoverCapabilitiesAsync() for nong commands --json parsing

SkillLoader 2-Phase Progressive Disclosure

  • Phase 1: get_skill_catalog — compact index with description, ref count, example count
  • Phase 2: load_skill(name) — load specific SKILL.md body
  • Phase 3: load_skill_reference(skill, ref) — deep-dive into reference files
  • Agent loop now uses catalog context (≤500 chars) instead of full skill dump

WebUI Status Panel

  • /api/system/status endpoint: Nong.Cli.Net + Nong.Toolkit.Net + NanoBot runtime
  • Status rail button with three-card dashboard
  • Skill tags display for loaded Toolkit skills

Tools

  • NongTool.DiscoverCapabilitiesAsync()
  • GetSkillCatalogTool, LoadSkillTool, LoadSkillReferenceTool
  • Registered in both CLI and Web paths

v0.1.0 - Initial Release

Choose a tag to compare

@angri450 angri450 released this 05 Jun 14:23

First release of NanoBot.net.

Highlights

  • Agent loop with hooks, events, and session history
  • OpenAI-compatible, Anthropic, and Azure OpenAI providers
  • Fallback chain across providers
  • Streaming output (OpenAI-compatible)
  • Built-in tools: filesystem, shell, web search/fetch, weather, stocks, GitHub, MCP
  • WebFetch SSRF guard, shell sandbox, WebSocket token auth
  • CLI, Telegram, and WebSocket gateways
  • 55 tests passing, 0 warnings, 0 errors

Quick Start

./Nanobot.CLI onboard
./Nanobot.CLI

Built with .NET 10, win-x64 single-file.