Skip to content

striebit/langgraph_tools_example

Repository files navigation

Project Setup

Follow these steps to set up the project:

  1. Ensure Python 3.13.x is installed:

    python -V
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • Windows:
      venv\Scripts\activate
    • macOS/Linux:
      source venv/bin/activate
  4. Set proxy:

    • Windows:
      proxy.bat
    • macOS/Linux:
      source proxy.sh
  5. Install the required Python packages:

    python -m pip install -r requirements.txt
  6. Add a .env file:

    • Create a new file in the project root named .env.
    • Copy the contents from .env_example into the new .env file.
    • Update the variables in .env as needed.
  7. Run the project:

    streamlit run langgraph_wifi_agent.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published