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 f3ea9b5 commit 19f82e6Copy full SHA for 19f82e6
cognitrix/config.py
@@ -2,7 +2,7 @@
2
import aiofiles
3
from pathlib import Path
4
5
-VERSION = '0.2.4'
+VERSION = '0.2.5'
6
SPIRAL_WORKDIR = Path('~').expanduser() / '.cognitrix'
7
8
AGENTS_FILE = SPIRAL_WORKDIR / 'agents.json'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "cognitrix"
-version = "0.2.4"
+version = "0.2.5"
description = "Package for creating AI Agents using llms"
authors = ["theonlyamos <[email protected]>"]
license = "Apache2"
0 commit comments