@lov3kaizen/agentsea-core 0.1.0 → 0.1.1

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 +10 -10
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # @agentsea/core
1
+ # @lov3kaizen/agentsea-core
2
2
 
3
3
  **Unite and orchestrate AI agents** - Framework-agnostic core library for building agentic AI applications in Node.js.
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/@agentsea/core.svg)](https://www.npmjs.com/package/@agentsea/core)
5
+ [![npm version](https://img.shields.io/npm/v/@lov3kaizen/agentsea-core.svg)](https://www.npmjs.com/package/@lov3kaizen/agentsea-core)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg)](https://www.typescriptlang.org/)
8
8
 
@@ -22,11 +22,11 @@
22
22
  ## Installation
23
23
 
24
24
  ```bash
25
- npm install @agentsea/core
25
+ npm install @lov3kaizen/agentsea-core
26
26
  # or
27
- pnpm add @agentsea/core
27
+ pnpm add @lov3kaizen/agentsea-core
28
28
  # or
29
- yarn add @agentsea/core
29
+ yarn add @lov3kaizen/agentsea-core
30
30
  ```
31
31
 
32
32
  ## Quick Start
@@ -38,7 +38,7 @@ import {
38
38
  ToolRegistry,
39
39
  BufferMemory,
40
40
  calculatorTool,
41
- } from '@agentsea/core';
41
+ } from '@lov3kaizen/agentsea-core';
42
42
 
43
43
  // Create agent
44
44
  const agent = new Agent(
@@ -72,7 +72,7 @@ import {
72
72
  OpenAIProvider,
73
73
  AnthropicProvider,
74
74
  OllamaProvider,
75
- } from '@agentsea/core';
75
+ } from '@lov3kaizen/agentsea-core';
76
76
 
77
77
  // Use any provider
78
78
  const geminiAgent = new Agent(config, new GeminiProvider(apiKey), toolRegistry);
@@ -99,9 +99,9 @@ Full documentation available at [agentsea.dev](https://agentsea.dev)
99
99
 
100
100
  ## Related Packages
101
101
 
102
- - [@agentsea/cli](https://www.npmjs.com/package/@agentsea/cli) - Command-line interface
103
- - [@agentsea/nestjs](https://www.npmjs.com/package/@agentsea/nestjs) - NestJS integration
104
- - [@agentsea/react](https://www.npmjs.com/package/@agentsea/react) - React components
102
+ - [@lov3kaizen/agentsea-cli](https://www.npmjs.com/package/@lov3kaizen/agentsea-cli) - Command-line interface
103
+ - [@lov3kaizen/agentsea-nestjs](https://www.npmjs.com/package/@lov3kaizen/agentsea-nestjs) - NestJS integration
104
+ - [@lov3kaizen/agentsea-react](https://www.npmjs.com/package/@lov3kaizen/agentsea-react) - React components
105
105
 
106
106
  ## License
107
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lov3kaizen/agentsea-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "AgentSea - Unite and orchestrate AI agents. A production-ready ADK for building agentic AI applications with multi-provider support.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -72,7 +72,7 @@
72
72
  "engines": {
73
73
  "node": ">=18.0.0"
74
74
  },
75
- "author": "lov3kaizen",
75
+ "author": "lovekaizen",
76
76
  "license": "MIT",
77
77
  "repository": {
78
78
  "type": "git",