Skip to content

chore: improve agentstack integration - #4

Merged
matoushavlena merged 8 commits into
mainfrom
agentstack-improvements
Nov 6, 2025
Merged

chore: improve agentstack integration#4
matoushavlena merged 8 commits into
mainfrom
agentstack-improvements

Conversation

@tomkis

@tomkis tomkis commented Nov 4, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@tomkis
tomkis force-pushed the agentstack-improvements branch from 68391fb to 5aa8e18 Compare November 4, 2025 12:33
@tomkis
tomkis requested a review from matoushavlena November 4, 2025 12:55
Comment on lines +28 to +29
print("Root agent is manager agent")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
print("Root agent is manager agent")

Comment on lines +16 to +17
model = os.getenv("MODEL", "openai:gpt-4o")
llm = AgentStackChatModel(preferred_models=["openai:gpt-4o"])

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
model = os.getenv("MODEL", "openai:gpt-4o")
llm = AgentStackChatModel(preferred_models=["openai:gpt-4o"])
model = os.getenv("MODEL", "openai:gpt-5-mini")
llm = AgentStackChatModel(preferred_models=["openai:gpt-5-mini"])

Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
@tomkis
tomkis force-pushed the agentstack-improvements branch from a1e37ae to f75216a Compare November 6, 2025 09:48
@tomkis
tomkis requested a review from matoushavlena November 6, 2025 09:52
@matoushavlena
matoushavlena merged commit 51af715 into main Nov 6, 2025
3 checks passed
@matoushavlena
matoushavlena deleted the agentstack-improvements branch November 6, 2025 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants