Skip to content

Conversation

@hanchoong-redis
Copy link
Collaborator

No description provided.

@hanchoong-redis hanchoong-redis self-assigned this Oct 28, 2025
"\n",
"This notebook demonstrates how to build an agent using Microsoft's [Agent Framework](https://github.com/microsoft/agent-framework/tree/main).\n",
"\n",
"It adapts the work found in [Redis-AI-Resources Autogen Agent Tutorial](https://github.com/redis-developer/redis-ai-resources/blob/main/python-recipes/agents/04_autogen_agent.ipynb), and simply applies the setting in Agent Framework instead.\n",
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can trim this reference out of here for cleanliness

Copy link
Collaborator

@tylerhutcherson tylerhutcherson left a comment

Choose a reason for hiding this comment

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

thanks! left a few small comments to consider. also test is failing

"name": "stderr",
"output_type": "stream",
"text": [
"gpg: cannot open '/dev/tty': No such device or address\n",
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you omit the ugly error/warning here from notebook output?

"for restaurant in restaurant_reviews:\n",
" for field in ['region', 'country', 'tel', 'fax', 'email', 'website', 'address_extended', 'chain_name', 'trip_advisor_url']:\n",
" if field in restaurant:\n",
" restaurant.pop(field)"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Best practice here would be to show a single sample of the data to help the reader see what we are working with

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.

3 participants