Open 0xSMW opened 1 year ago
To retrigger Sweep, edit the issue.
I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.
I also found the following external resources that might be helpful:
Summaries of links found in the content:
Working on it...
I'm creating the following subissues:
- In packages/@runlightyear/, create a new directory named intercom.
- In packages/@runlightyear/intercom/, create new files: contacts.ts, conversations.ts, types.ts, and index.ts.
- In packages/@runlightyear/intercom/contacts.ts, implement the Intercom contacts API call.
- In packages/@runlightyear/intercom/types.ts, define any necessary data types for the contacts API.
- In packages/@runlightyear/intercom/conversations.ts, implement the Intercom conversations API call.
- In packages/@runlightyear/intercom/types.ts, define any necessary data types for the conversations API.
- In packages/@runlightyear/intercom/index.ts, export all the implemented features of the Intercom API.
- Ensure that all naming conventions follow the guidelines outlined in the provided reference file.
I finished creating the subissues! Track them at:
N/A
🎉 Latest improvements to Sweep:
💡 To recreate the pull request edit the issue title or description. Join Our Discord
The interactions should get contacts, conversations, and anything related Review the Airtable integration for structure Use this file for reference for how naming and structure related to the API: https://raw.githubusercontent.com/runlightyear/lightyear/main/packages/%40runlightyear/openai/NAMING.md
Checklist: