Skip to content

Commit af3f866

Browse files
committed
Init Agent Api
1 parent b8f6599 commit af3f866

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = [{ name = "Agno", email = "hello@agno.com" }]
77

88
dependencies = [
9-
"agno[aws]==1.2.3",
9+
"agno[aws]==1.2.4",
1010
"alembic",
1111
"beautifulsoup4",
1212
"duckduckgo-search",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# ./scripts/generate_requirements.sh upgrade
3-
agno==1.2.3
3+
agno==1.2.4
44
agno-aws==0.0.1
55
agno-docker==0.0.1
66
alembic==1.15.1

workspace/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# 'Name:tag' for the image
2525
image_name="agent-api",
2626
# Build images locally
27-
build_images=False,
27+
build_images=True,
2828
# Push images after building
2929
push_images=False,
3030
# Skip cache when building images

0 commit comments

Comments
 (0)