Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 712 Bytes

File metadata and controls

25 lines (20 loc) · 712 Bytes

Autogen + Integrations

One thing I think is somewhat missing from Autogen is API Integration with other...well API's. This is something Langchain does well. But my goal is to add more than what they offer for some of these API's.

Imports Needed:

Airtable

  • ag2
  • pyairtable

Reddit

  • ag2
  • praw (this stands for Python Reddit API Wrapper)

.env

  • BASE_ID=airtable base id
  • API_KEY=airtable api key (may re-name this in future)
  • OPENAI_API_KEY=openai's api key
  • CLIENT_ID=the id after creating reddit app
  • CLIENT_SECRET=the secret after creating reddit app

YouTube Link:

  • coming soon

Updates:

  • 05/30/2024: Added Airtable Integration
  • 06/02/2024: Added Reddit Integration