File tree Expand file tree Collapse file tree 9 files changed +104
-28
lines changed Expand file tree Collapse file tree 9 files changed +104
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @ai-citizens/ava
2
2
3
+ ## 0.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 5e85f22: ## New Features
8
+
9
+ - Introduced an AI-powered search command in the CLI for enhanced user querying.
10
+ - Added a new module for search functionality, making it publicly accessible.
11
+ - Developed comprehensive search mechanisms and state management for structured responses.
12
+ - Launched a calculator tool for basic arithmetic operations with input validation.
13
+ - Expanded web search capabilities with the addition of a new Tavily search tool.
14
+
15
+ ## Documentation
16
+
17
+ - Created a README file detailing the voter registration search feature, improving user guidance.
18
+
19
+ ## Tests
20
+
21
+ - Adds Ava testing
22
+ - Implemented unit tests for search functions to ensure reliability and correctness.
23
+ - Added tests for the calculator tool to validate arithmetic operations.
24
+
25
+ - Updated dependencies [ 5e85f22]
26
+ - @ai-citizens/graph @0.0.4
27
+ - @ai-citizens/tools @0.0.3
28
+ - @ai-citizens/llm @0.0.6
29
+
3
30
## 0.0.12
4
31
5
32
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ai-citizens/ava" ,
3
- "version" : " 0.0.12 " ,
3
+ "version" : " 0.0.13 " ,
4
4
"description" : " " ,
5
5
"author" : " Josh Mabry" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
# @ai-citizens/graph
2
2
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 5e85f22: ## New Features
8
+
9
+ - Introduced an AI-powered search command in the CLI for enhanced user querying.
10
+ - Added a new module for search functionality, making it publicly accessible.
11
+ - Developed comprehensive search mechanisms and state management for structured responses.
12
+ - Launched a calculator tool for basic arithmetic operations with input validation.
13
+ - Expanded web search capabilities with the addition of a new Tavily search tool.
14
+
15
+ ## Documentation
16
+
17
+ - Created a README file detailing the voter registration search feature, improving user guidance.
18
+
19
+ ## Tests
20
+
21
+ - Adds Ava testing
22
+ - Implemented unit tests for search functions to ensure reliability and correctness.
23
+ - Added tests for the calculator tool to validate arithmetic operations.
24
+
25
+ - Updated dependencies [ 5e85f22]
26
+ - @ai-citizens/tools @0.0.3
27
+ - @ai-citizens/llm @0.0.6
28
+
3
29
## 0.0.3
4
30
5
31
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ai-citizens/graph" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/cjs/index.js" ,
Original file line number Diff line number Diff line change 1
1
# @ai-citizens/llm
2
2
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 5e85f22: ## New Features
8
+
9
+ - Introduced an AI-powered search command in the CLI for enhanced user querying.
10
+ - Added a new module for search functionality, making it publicly accessible.
11
+ - Developed comprehensive search mechanisms and state management for structured responses.
12
+ - Launched a calculator tool for basic arithmetic operations with input validation.
13
+ - Expanded web search capabilities with the addition of a new Tavily search tool.
14
+
15
+ ## Documentation
16
+
17
+ - Created a README file detailing the voter registration search feature, improving user guidance.
18
+
19
+ ## Tests
20
+
21
+ - Adds Ava testing
22
+ - Implemented unit tests for search functions to ensure reliability and correctness.
23
+ - Added tests for the calculator tool to validate arithmetic operations.
24
+
3
25
## 0.0.5
4
26
5
27
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ai-citizens/llm" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/cjs/index.js" ,
Original file line number Diff line number Diff line change 1
1
# @ai-citizens/tools
2
2
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 5e85f22: ## New Features
8
+
9
+ - Introduced an AI-powered search command in the CLI for enhanced user querying.
10
+ - Added a new module for search functionality, making it publicly accessible.
11
+ - Developed comprehensive search mechanisms and state management for structured responses.
12
+ - Launched a calculator tool for basic arithmetic operations with input validation.
13
+ - Expanded web search capabilities with the addition of a new Tavily search tool.
14
+
15
+ ## Documentation
16
+
17
+ - Created a README file detailing the voter registration search feature, improving user guidance.
18
+
19
+ ## Tests
20
+
21
+ - Adds Ava testing
22
+ - Implemented unit tests for search functions to ensure reliability and correctness.
23
+ - Added tests for the calculator tool to validate arithmetic operations.
24
+
25
+ - Updated dependencies [ 5e85f22]
26
+ - @ai-citizens/llm @0.0.6
27
+
3
28
## 0.0.2
4
29
5
30
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ai-citizens/tools" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/cjs/index.js" ,
You can’t perform that action at this time.
0 commit comments