@alexnetrebskii/hive-agent 2.7.0 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +25 -25
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -1,8 +1,14 @@
1
+ > **This package has been renamed to [`tuplet`](https://www.npmjs.com/package/tuplet).** Install the new package: `npm install tuplet`
2
+ >
3
+ > This package (`@alexnetrebskii/hive-agent`) will continue to receive updates for a limited time but is deprecated.
4
+
1
5
  # Tuplet
2
6
 
7
+ > Formerly **Hive Agent** ([`@alexnetrebskii/hive-agent`](https://www.npmjs.com/package/@alexnetrebskii/hive-agent)) — same framework, new name.
8
+
3
9
  [![npm version](https://img.shields.io/npm/v/tuplet)](https://www.npmjs.com/package/tuplet)
4
- [![CI](https://img.shields.io/github/actions/workflow/status/anetrebskii/hive-agent/ci.yml)](https://github.com/anetrebskii/hive-agent/actions)
5
- [![license](https://img.shields.io/github/license/anetrebskii/hive-agent)](https://github.com/anetrebskii/hive-agent/blob/main/LICENSE)
10
+ [![CI](https://img.shields.io/github/actions/workflow/status/anetrebskii/tuplet/ci.yml)](https://github.com/anetrebskii/tuplet/actions)
11
+ [![license](https://img.shields.io/github/license/anetrebskii/tuplet)](https://github.com/anetrebskii/tuplet/blob/main/LICENSE)
6
12
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue)](https://www.typescriptlang.org/)
7
13
  [![Discord](https://img.shields.io/discord/1339330498498080808?logo=discord&label=Discord)](https://discord.gg/WrZhA6wfdr)
8
14
 
@@ -110,33 +116,27 @@ console.log(result.response)
110
116
 
111
117
  ## Examples
112
118
 
113
- - [**Coder**](https://github.com/anetrebskii/hive-agent/tree/main/examples/coder) — AI software developer that creates projects from scratch using built-in shell, workspace, planning, and task tracking. Zero custom tools.
114
- - [**Eating Consultant**](https://github.com/anetrebskii/hive-agent/tree/main/examples/eating-consultant) — Nutrition assistant with custom tools (OpenFoodFacts API), sub-agents (meal planner), workspace persistence, and run recording.
119
+ - [**Coder**](https://github.com/anetrebskii/tuplet/tree/main/examples/coder) — AI software developer that creates projects from scratch using built-in shell, workspace, planning, and task tracking. Zero custom tools.
120
+ - [**Eating Consultant**](https://github.com/anetrebskii/tuplet/tree/main/examples/eating-consultant) — Nutrition assistant with custom tools (OpenFoodFacts API), sub-agents (meal planner), workspace persistence, and run recording.
115
121
 
116
122
  ## Documentation
117
123
 
118
- - [Quick Start](https://github.com/anetrebskii/hive-agent/blob/main/docs/README.md)
119
- - [Tools](https://github.com/anetrebskii/hive-agent/blob/main/docs/tools.md)
120
- - [Sub-Agents](https://github.com/anetrebskii/hive-agent/blob/main/docs/sub-agents.md)
121
- - [Workspace](https://github.com/anetrebskii/hive-agent/blob/main/docs/workspace.md)
122
- - [Secrets](https://github.com/anetrebskii/hive-agent/blob/main/docs/secrets.md)
123
- - [Providers](https://github.com/anetrebskii/hive-agent/blob/main/docs/providers.md)
124
- - [History](https://github.com/anetrebskii/hive-agent/blob/main/docs/history.md)
125
- - [Interactive Questions](https://github.com/anetrebskii/hive-agent/blob/main/docs/interactive.md)
126
- - [Interruption](https://github.com/anetrebskii/hive-agent/blob/main/docs/interruption.md)
127
- - [Plan Mode](https://github.com/anetrebskii/hive-agent/blob/main/docs/plan-mode.md)
128
- - [Task Management](https://github.com/anetrebskii/hive-agent/blob/main/docs/task-management.md)
129
- - [Progress Status](https://github.com/anetrebskii/hive-agent/blob/main/docs/progress-status.md)
130
- - [Logger](https://github.com/anetrebskii/hive-agent/blob/main/docs/logger.md)
131
- - [Tracing](https://github.com/anetrebskii/hive-agent/blob/main/docs/tracing.md)
132
- - [Run Recording](https://github.com/anetrebskii/hive-agent/blob/main/docs/run-recording.md)
124
+ - [Quick Start](https://github.com/anetrebskii/tuplet/blob/main/docs/README.md)
125
+ - [Tools](https://github.com/anetrebskii/tuplet/blob/main/docs/tools.md)
126
+ - [Sub-Agents](https://github.com/anetrebskii/tuplet/blob/main/docs/sub-agents.md)
127
+ - [Workspace](https://github.com/anetrebskii/tuplet/blob/main/docs/workspace.md)
128
+ - [Secrets](https://github.com/anetrebskii/tuplet/blob/main/docs/secrets.md)
129
+ - [Providers](https://github.com/anetrebskii/tuplet/blob/main/docs/providers.md)
130
+ - [History](https://github.com/anetrebskii/tuplet/blob/main/docs/history.md)
131
+ - [Interactive Questions](https://github.com/anetrebskii/tuplet/blob/main/docs/interactive.md)
132
+ - [Interruption](https://github.com/anetrebskii/tuplet/blob/main/docs/interruption.md)
133
+ - [Plan Mode](https://github.com/anetrebskii/tuplet/blob/main/docs/plan-mode.md)
134
+ - [Task Management](https://github.com/anetrebskii/tuplet/blob/main/docs/task-management.md)
135
+ - [Progress Status](https://github.com/anetrebskii/tuplet/blob/main/docs/progress-status.md)
136
+ - [Logger](https://github.com/anetrebskii/tuplet/blob/main/docs/logger.md)
137
+ - [Tracing](https://github.com/anetrebskii/tuplet/blob/main/docs/tracing.md)
138
+ - [Run Recording](https://github.com/anetrebskii/tuplet/blob/main/docs/run-recording.md)
133
139
 
134
140
  ## License
135
141
 
136
142
  MIT
137
-
138
- ---
139
-
140
- > **This package has been renamed to [`tuplet`](https://www.npmjs.com/package/tuplet).**
141
- > Install the new package: `npm install tuplet`
142
- > This package (`@alexnetrebskii/hive-agent`) will continue to receive updates for a limited time but is deprecated.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexnetrebskii/hive-agent",
3
- "version": "2.7.0",
3
+ "version": "2.9.0",
4
4
  "description": "Tuplet — minimal TypeScript agent framework inspired by Claude Code architecture",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,6 +24,14 @@
24
24
  "framework",
25
25
  "tuplet"
26
26
  ],
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "https://github.com/anetrebskii/tuplet.git"
30
+ },
31
+ "homepage": "https://github.com/anetrebskii/tuplet#readme",
32
+ "bugs": {
33
+ "url": "https://github.com/anetrebskii/tuplet/issues"
34
+ },
27
35
  "author": "",
28
36
  "license": "MIT",
29
37
  "engines": {