ReMe/memoryscope/examples/api/autogen_example.md
jinli.yl dec8b45186 add add tavily search
mv to sub folder

add memory scope

add memoryscope2

move name back
2025-08-11 12:04:08 +08:00

685 B

Working with AutoGen

  1. First, make sure that you have installed AutoGen as well as memoryscope.

    pip install pyautogen memoryscope
    
  2. Then, ensure that es is up and running. elasticsearch documents. The docker method is recommended:

    sudo docker run -p 9200:9200 \
    -e "discovery.type=single-node" \
    -e "xpack.security.enabled=false" \
    -e "xpack.license.self_generated.type=trial" \
    docker.elastic.co/elasticsearch/elasticsearch:8.13.2
    
  3. Finally, we can start the autogen demo.

    python examples/api/autogen_example.py