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 e40379c commit bc7a347Copy full SHA for bc7a347
.github/workflows/deploy.yml
@@ -63,7 +63,7 @@ jobs:
63
64
# Update formula
65
cat > Formula/$PACKAGE_NAME.rb << EOF
66
- class $(echo $PACKAGE_NAME | perl -pe 's/[-.]([a-z])/\U$1/g; s/^([a-z])/\U$1/') < Formula
+ class Agentstack < Formula
67
include Language::Python::Virtualenv
68
69
desc "$(gh repo view --json description -q .description)"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "agentstack"
7
-version = "0.1.8-dev7"
+version = "0.1.8-dev8"
8
description = "The fastest way to build robust AI agents"
9
authors = [
10
{ name="Braelyn Boynton", email="bboynton97@gmail.com" }
0 commit comments