We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0901687 commit e2c781aCopy full SHA for e2c781a
cognitrix/config.py
@@ -3,7 +3,7 @@
3
import aiofiles
4
import json
5
6
-VERSION = '0.2.3'
+VERSION = '0.2.4'
7
SPIRAL_WORKDIR = Path('~').expanduser() / '.cognitrix'
8
9
AGENTS_FILE = SPIRAL_WORKDIR / 'agents.json'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "cognitrix"
-version = "0.2.3"
+version = "0.2.4"
description = "Package for creating AI Agents using llms"
authors = ["theonlyamos <[email protected]>"]
license = "Apache2"
0 commit comments