Skip to content

Commit

Permalink
Merge pull request #906 from isamu/updatePackage20250126
Browse files Browse the repository at this point in the history
Update package20250126
  • Loading branch information
isamu authored Jan 26, 2025
2 parents c02ca98 + 0fee0a2 commit eeaceea
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 22 deletions.
2 changes: 1 addition & 1 deletion agents/input_agents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphai/input_agents",
"version": "0.2.1",
"version": "0.2.2",
"description": "Input agents for GraphAI.",
"main": "lib/index.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions agents/llm_agents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphai/llm_agents",
"version": "0.2.6",
"version": "0.2.7",
"description": "LLM agents for GraphAI.",
"main": "lib/index.js",
"files": [
Expand All @@ -27,10 +27,10 @@
},
"homepage": "https://github.com/receptron/graphai/blob/main/agents/llm_agents/README.md",
"dependencies": {
"@graphai/anthropic_agent": "^0.2.1",
"@graphai/anthropic_agent": "^0.2.2",
"@graphai/gemini_agent": "^0.2.2",
"@graphai/groq_agent": "^0.2.1",
"@graphai/openai_agent": "^0.2.2",
"@graphai/groq_agent": "^0.2.2",
"@graphai/openai_agent": "^0.2.4",
"@graphai/replicate_agent": "^0.2.0"
},
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion llm_agents/anthropic_agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphai/anthropic_agent",
"version": "0.2.1",
"version": "0.2.2",
"description": "Anthropic agents for GraphAI.",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion llm_agents/groq_agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphai/groq_agent",
"version": "0.2.1",
"version": "0.2.2",
"description": "Groq agents for GraphAI.",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion llm_agents/openai_agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphai/openai_agent",
"version": "0.2.3",
"version": "0.2.4",
"description": "OpenAI agents for GraphAI.",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion llm_agents/token_bound_string_agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphai/token_bound_string_agent",
"version": "0.0.1",
"version": "0.0.2",
"description": "This agent generate a reference string from a sorted array of strings, adding one by one until the token count exceeds the specified limit. ",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"yaml": "^2.6.1"
"yaml": "^2.7.0"
}
}
8 changes: 4 additions & 4 deletions packages/agents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphai/agents",
"version": "0.2.7",
"version": "0.2.8",
"description": "Agents for GraphAI.",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -28,11 +28,11 @@
"homepage": "https://github.com/receptron/graphai/blob/main/packages/agents/README.md",
"dependencies": {
"@graphai/data_agents": "^0.2.0",
"@graphai/input_agents": "^0.2.0",
"@graphai/llm_agents": "^0.2.5",
"@graphai/input_agents": "^0.2.2",
"@graphai/llm_agents": "^0.2.7",
"@graphai/service_agents": "^0.2.0",
"@graphai/sleeper_agents": "^0.2.0",
"@graphai/vanilla": "^0.2.11"
"@graphai/vanilla": "^0.2.12"
},
"devDependencies": {},
"types": "./lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@receptron/graphai_cli",
"version": "0.6.8",
"version": "0.6.9",
"description": "GraphAI command line tools.",
"main": "lib/graphai_cli.js",
"bin": {
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@graphai/agent_filters": "^0.2.0",
"@graphai/agents": "^0.2.7",
"@receptron/test_utils": "^0.2.4",
"@graphai/agents": "^0.2.8",
"@receptron/test_utils": "^0.2.5",
"dotenv": "^16.4.7",
"graphai": "^0.6.20",
"graphai": "^0.6.21",
"yargs": "^17.7.2"
},
"types": "./lib/graphai_cli.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/test_utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@receptron/test_utils",
"version": "0.2.4",
"version": "0.2.5",
"description": "Test utilities for GraphAI.",
"main": "lib/index.js",
"files": [
Expand All @@ -25,12 +25,12 @@
},
"homepage": "https://github.com/receptron/graphai#readme",
"dependencies": {
"yaml": "^2.6.1"
"yaml": "^2.7.0"
},
"devDependencies": {
"@graphai/agent_filters": "^0.2.0",
"@graphai/vanilla": "^0.2.11",
"graphai": "^0.6.20"
"@graphai/vanilla": "^0.2.12",
"graphai": "^0.6.21"
},
"types": "./lib/index.d.ts",
"directories": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3829,6 +3829,11 @@ yaml@^2.6.1:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.6.1.tgz#42f2b1ba89203f374609572d5349fb8686500773"
integrity sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==

yaml@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==

yargs-parser@^21.1.1:
version "21.1.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
Expand Down

0 comments on commit eeaceea

Please sign in to comment.