Skip to content

AppQuality/accessibilty-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI Agents SDK

This project uses the openai-agents package to build and manage AI agents with OpenAI's APIs. The environment is managed using conda, ensuring reproducibility and easy setup for all contributors.

More info at: DeepWiki

What is openai-agents?

openai-agents is a Python package that provides tools and abstractions for building, running, and managing AI agents powered by OpenAI models. It simplifies agent orchestration, prompt management, and integration with OpenAI's API.

Getting Started

1. Clone the Repository

git clone git@github.com:cannarocks/openai-sdk-example.git
cd openai-sdk-example

2. Install Conda (if you don't have it)

Download and install Miniconda or Anaconda.

3. Create the Environment

Create the conda environment from the provided environment.yml file:

conda env create -f environment.yml

4. Activate the Environment

conda activate openai-sdk-agent

5. Install Dependencies

All dependencies, including openai-agents, will be installed automatically when you create the environment. If you add new dependencies, update the environment.yml and let your collaborators know.

6. Usage

You can now use the openai-agents package in your Python scripts:

import openai_agents
# Your code here

Updating Dependencies

If you install new packages, export the updated environment:

conda env export --no-builds > environment.yml

Contributing

  • Always activate the conda environment before working.
  • Update environment.yml if you add or remove dependencies.
  • Open issues or pull requests for improvements or bug fixes.

Happy collaborating!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •