Skip to content

Commit

Permalink
prep for releasing to marketplace.
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarchandrayan committed Jul 26, 2024
1 parent 08cc875 commit bda67e5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion agents/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sirji-messages==0.0.31
sirji-messages==0.0.32
sirji-tools==0.0.16
openai==1.35.7
anthropic==0.29.0
Expand Down
2 changes: 1 addition & 1 deletion agents/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sirji-agents',
version='0.0.46',
version='0.0.47',
author='Sirji',
description='Orchestrator, Generic Agent, and Research Agent components of the Sirji AI agentic framework.',
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion messages/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sirji-messages',
version='0.0.31',
version='0.0.32',
author='Sirji',
description='Sirji messaging protocol implementation to create, validate and parse messages.',
license='MIT',
Expand Down
4 changes: 3 additions & 1 deletion sirji/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
- Default agents are now read from the `agents` folder within the `default` folder in the codebase if not present in the `agents` folder of Sirji Studio.
- Deprecated the keys `rules` and `definitions` from agent YAML.
- Introduced the code review agent.

- Implemented Factory Design Pattern for system prompt to have model provider specific details.
- Ability to nudge the agent programmatically to bring it on track in case it skips over some pseudo code steps.
- New messaging protocol action DO_NOTHING introduced to make intentional skipping of steps possible.

## 0.0.29

Expand Down
2 changes: 1 addition & 1 deletion sirji/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sirji",
"displayName": "Sirji",
"description": "Sirji is an AI Software Development Agent.",
"version": "0.0.30-beta.5",
"version": "0.0.30",
"publisher": "TrueSparrow",
"icon": "out/assets/sirji.png",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
urllib3==2.2.1
pyyaml==6.0.1
sirji-messages==0.0.31
sirji-agents == 0.0.46
sirji-messages==0.0.32
sirji-agents == 0.0.47
4 changes: 2 additions & 2 deletions sirji/vscode-extension/src/py_scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
urllib3==1.25.11
pyyaml==6.0.1
sirji-messages==0.0.31
sirji-agents == 0.0.46
sirji-messages==0.0.32
sirji-agents == 0.0.47

0 comments on commit bda67e5

Please sign in to comment.