Skip to content

Commit 246a3a9

Browse files
committed
wip
1 parent ceea412 commit 246a3a9

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

backend/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# AgentPress
1+
#

backend/pyproject.toml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
[tool.poetry]
2-
name = "agentpress"
3-
version = "0.1.12"
4-
description = "Building blocks for AI Agents"
2+
name = "suna"
3+
version = "1.0"
4+
description = "open source generalist AI Agent"
55
authors = ["marko-kraemer <mail@markokraemer.com>"]
66
readme = "README.md"
77
license = "MIT"
8-
homepage = "https://github.com/kortix-ai/agentpress"
9-
repository = "https://github.com/kortix-ai/agentpress"
10-
keywords = ["llm", "ai", "agents", "ai agents", "ai agent framework"]
8+
homepage = "https://www.suna.so/"
9+
repository = "https://github.com/kortix-ai/suna"
1110
classifiers = [
1211
"Development Status :: 4 - Beta",
1312
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)