Skip to content

HAL01-UFC/HAL01-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAL01-agent

POC of the HAL01 conversational agent, for use in the UFC ecosystem.

Installation

  1. Clone the repository:

    https://github.com/HAL01-UFC/HAL01-agent.git
    cd HAL01-agent
  2. Install dependencies:

    With uv (recommended for faster installation):

    # Install uv if you don't have it
    pip install uv
    
    # Create and activate a virtual environment
    uv venv
    
    # TO ACTIVATE:
    # On Windows
    .venv\Scripts\activate
    # On Mac/Linux
    source .venv/bin/activate
    
    # Install dependencies from pyproject.toml
    uv pip install -e .

    to add a new dependency:

      uv add dependency
  3. Set up environment variables (create a .env file with the following variables):

     no variables yet =)
    
  4. Run the application:

    api

    uv run uvicorn app.main:app --reload --port 3000

    cli

    python -m app.main

API Endpoints

Chat Endpoints

  • POST /api/agent: Generate AI responses to user messages

About

POC of the HAL01 conversational agent, for use in the UFC ecosystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages