Skip to content

baserun-ai/testing-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baserun demos

This is a collection of applications that demonstrate how Baserun is used.

Getting started

  1. Clone this repo
  2. poetry install
  3. Create a .env file with at least two environment variables: BASERUN_API_KEY and OPENAI_API_KEY

Autonomous Agent

In the agent/ module there is a basic autonomous agent built using langchain. To execute, run python agent/main.py.

Chatbot

In the chatbot/ module there is a basic implementation of a customer service chatbot. To execute, run python chatbot/main.py

About

A simple agent built using LangChain to test Baserun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages