v3.0.0a1: bump pyproject.toml version
Browse files- pyproject.toml +4 -4
pyproject.toml
CHANGED
|
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "purpose-agent"
|
| 7 |
-
version = "
|
| 8 |
description = "A local-first self-improvement kernel for agents. Turns traces into tested memory so agents improve without fine-tuning."
|
| 9 |
readme = "README.md"
|
| 10 |
license = {text = "MIT"}
|
| 11 |
requires-python = ">=3.10"
|
| 12 |
authors = [{name = "Rohan03"}]
|
| 13 |
-
keywords = ["agents", "self-improving", "slm", "llm", "memory", "rl", "local-first"]
|
| 14 |
classifiers = [
|
| 15 |
-
"Development Status ::
|
| 16 |
"Intended Audience :: Developers",
|
| 17 |
"License :: OSI Approved :: MIT License",
|
| 18 |
"Programming Language :: Python :: 3",
|
|
@@ -51,7 +51,7 @@ purpose-agent = "purpose_agent.easy:quickstart"
|
|
| 51 |
[project.urls]
|
| 52 |
Homepage = "https://huggingface.co/Rohan03/purpose-agent"
|
| 53 |
Repository = "https://huggingface.co/Rohan03/purpose-agent"
|
| 54 |
-
Documentation = "https://huggingface.co/Rohan03/purpose-agent/blob/main/
|
| 55 |
|
| 56 |
[tool.setuptools.packages.find]
|
| 57 |
include = ["purpose_agent*"]
|
|
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "purpose-agent"
|
| 7 |
+
version = "3.0.0a1"
|
| 8 |
description = "A local-first self-improvement kernel for agents. Turns traces into tested memory so agents improve without fine-tuning."
|
| 9 |
readme = "README.md"
|
| 10 |
license = {text = "MIT"}
|
| 11 |
requires-python = ">=3.10"
|
| 12 |
authors = [{name = "Rohan03"}]
|
| 13 |
+
keywords = ["agents", "self-improving", "slm", "llm", "memory", "rl", "local-first", "events", "streaming"]
|
| 14 |
classifiers = [
|
| 15 |
+
"Development Status :: 3 - Alpha",
|
| 16 |
"Intended Audience :: Developers",
|
| 17 |
"License :: OSI Approved :: MIT License",
|
| 18 |
"Programming Language :: Python :: 3",
|
|
|
|
| 51 |
[project.urls]
|
| 52 |
Homepage = "https://huggingface.co/Rohan03/purpose-agent"
|
| 53 |
Repository = "https://huggingface.co/Rohan03/purpose-agent"
|
| 54 |
+
Documentation = "https://huggingface.co/Rohan03/purpose-agent/blob/main/ARCHITECTURE.md"
|
| 55 |
|
| 56 |
[tool.setuptools.packages.find]
|
| 57 |
include = ["purpose_agent*"]
|