Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: AI Powered Routines #46

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from
Draft

feat: AI Powered Routines #46

wants to merge 32 commits into from

Conversation

ashbuilds
Copy link
Owner

@ashbuilds ashbuilds commented Sep 26, 2024

This PR introduces a new Automation Workflows feature, implementing the following:

New Automations collection with scheduling capabilities (daily, weekly, monthly)

  • Job configuration with custom prompts
  • Task blocks for various operations:
    • Send API requests to fetch data or a webpage
    • Run sentiment analysis on the requests response
    • Run text classification or add conditions
    • Based on all above, dynamically compose content for given collection

The Automations collection introduces flexible scheduling and task configuration, enabling powerful automated workflows. Schedule posts based on specific events, and let AI analyze data and draft content, streamlining your content creation process.

ashbuilds added 5 commits September 22, 2024 23:57
…ation

# Conflicts:
#	src/ai/models/openai/index.ts
#	src/ai/schemas/lexical.schema.ts
#	src/endpoints/index.ts
#	src/endpoints/textareaHandler.ts
@ashbuilds ashbuilds self-assigned this Sep 26, 2024
@ashbuilds ashbuilds changed the title feat: Automation workflows feat: AI Powered Routines Sep 26, 2024
ashbuilds and others added 23 commits October 1, 2024 00:34
…ation

# Conflicts:
#	src/ai/schemas/lexical.schema.ts
#	src/endpoints/textareaHandler.ts
# Conflicts:
#	src/ai/models/anthropic/index.ts
#	src/ai/models/openai/index.ts
#	src/types.ts
- Improve prompts settings
- add relation-to field in instructions table
- Disable system prompt for text fields
- Fix relationTo field for upload types
[fix] Remove zod and use jsonSchema
…ation

# Conflicts:
#	pnpm-lock.yaml
#	src/ai/models/anthropic/generateRichText.ts
#	src/ai/models/openai/generateRichText.ts
#	src/ai/models/openai/index.ts
#	src/ai/schemas/lexical.schema.ts
#	src/collections/Automations.ts
#	src/collections/Instructions.ts
#	src/endpoints/assignPrompt.ts
#	src/endpoints/textareaHandler.ts
#	src/exports/fields.ts
#	src/index.ts
#	src/init.ts
#	src/utilities/updateFieldsConfig.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant