PAIR-code / llm-mediation-experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLM Mediation Experiments

This is a repository to support collaboration on using LLMs in behavioral economics experiments. e.g. library of relevant UI components and a library for calling LLMs.

Project Structure

├── .vscode    # VSCode configuration
├── firestore  # Firebase Firestore rules
│
├── docs       # Documentation
│
├── emulator_test_config  # Firebase Authentication export with default google accounts for Auth emulator
│
├── firestore  # Firestore rules and indexes
│
├── functions  # Firebase Cloud Functions
│   ├── lib           # Build output
│   ├── node_modules
│   └── src           # Cloud functions source code
│       ├── endpoints   # Cloud functions endpoints
│       ├── seeders     # Model factories
│       ├── utils       # Utilities
│       ├── validation  # TypeBox validation utilities
│       ├── app.ts      # Firebase app initialization
│       └── index.ts    # Cloud functions entrypoint
│
├── scripts    # Seeding scripts
│
├── utils      # Shared types, default values & utilities
│
└── webapp     # Webapp frontend source code
    ├── node_modules
    └── src               # Frontend source code
        ├── app           # Angular JS 17 app & components
        ├── assets        # Static assets
        ├── environments  # Environment configuration
        └── lib           # API, types & utilities

Instructions

Documentation Description
Getting Started How to get started with the project
Application Logic Documentation of the application logic
Deployment How to deploy this app to production
Contributing How to contribute to this project
Code of Conduct Code of conduct for contributors

About

License:Apache License 2.0


Languages

Language:TypeScript 76.5%Language:SCSS 11.5%Language:HTML 8.9%Language:CSS 2.7%Language:JavaScript 0.3%Language:Shell 0.1%Language:Dockerfile 0.0%