Skip to main content
This example demonstrates how to create a context-aware agent that can access real-time data from HackerNews.

Code

cookbook/agent_concepts/context/01-add_context.py

Usage

1

Create a virtual environment

Open the Terminal and create a python virtual environment.
2

Install libraries

3

Run Example