Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.16 / 2026-07-02

### :tada: Enhancements
- README: cross-link to the browser sibling package [`@dudko.dev/agent-web`](https://www.npmjs.com/package/@dudko.dev/agent-web)

# 0.0.15 / 2026-06-20

### :tada: Enhancements
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This lightweight, opinionated planning agent automates complex workflows by orch
![GitHub last commit](https://img.shields.io/github/last-commit/dudko-dev/agent.svg)
![GitHub release](https://img.shields.io/github/release/dudko-dev/agent.svg)

> Node/server sibling of the **browser** package
> [`@dudko.dev/agent-web`](https://www.npmjs.com/package/@dudko.dev/agent-web) —
> the same plan → execute → replan → synthesize loop running fully in-browser
> (BYOK cloud providers or local WebGPU/WebLLM models, encrypted IndexedDB
> token vault, HTTP MCP).

The agent runs a plan → execute → replan → synthesize loop:

1. **Plan** — the planner LLM produces a structured plan (a thought + ordered steps with optional suggested tools).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudko.dev/agent",
"version": "0.0.15",
"version": "0.0.16",
"type": "module",
"description": "Tool-using planning agent over MCP servers, built on the Vercel AI SDK.",
"keywords": [
Expand Down