docs: add "One Card per Step" Studio page (AGE-107) (#6247)

* docs: add "One Card per Step" Studio page (AGE-107)

Document the merge of the task and agent nodes into a single step card on
the Studio canvas. Written as evergreen present-tense feature docs with a
dated rollout banner (June 24th) for the pre-launch customer announcement;
the banner is the only time-bound content and is flagged for removal after
ship. Added in edge + v1.14.7 across en, pt-BR, ko, and ar, with nav entries
in docs.json and three canvas/editor/swap screenshots.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix: bump bedrock agentcore dependencies

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: alex-clawd <alex@crewai.com>
This commit is contained in:
Jesse Miller
2026-06-19 13:10:25 -04:00
committed by GitHub
parent 854c67d21c
commit cf04181190
15 changed files with 724 additions and 20 deletions

View File

@@ -131,7 +131,7 @@ postgresql = [
]
bedrock = [
"beautifulsoup4>=4.13.4",
"bedrock-agentcore>=0.1.0",
"bedrock-agentcore>=1.7.0,<1.8.0",
"playwright>=1.52.0",
"nest-asyncio>=1.6.0",
]

View File

@@ -78,8 +78,8 @@ qdrant = [
"qdrant-client[fastembed]~=1.14.3",
]
aws = [
"boto3~=1.42.79",
"aiobotocore~=3.4.0",
"boto3~=1.42.90",
"aiobotocore~=3.5.0",
]
watson = [
"ibm-watsonx-ai~=1.3.39",
@@ -91,7 +91,7 @@ litellm = [
"litellm>=1.84.0,<2",
]
bedrock = [
"boto3~=1.42.79",
"boto3~=1.42.90",
]
google-genai = [
"google-genai~=1.65.0",