Skip to content

Content Creator Workflow#2462

Closed
Itz-Antaripa wants to merge 6 commits intomainfrom
examples/apps/content-creator
Closed

Content Creator Workflow#2462
Itz-Antaripa wants to merge 6 commits intomainfrom
examples/apps/content-creator

Conversation

@Itz-Antaripa
Copy link
Contributor

Description

Automatically create posts for X and LinkedIn from blog posts and schedule them for later.


Type of change

Please check the options that are relevant:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Model update (Addition or modification of models)
  • Other (please describe):

Checklist

  • Adherence to standards: Code complies with Agno’s style guidelines and best practices.
  • Formatting and validation: You have run ./scripts/format.sh and ./scripts/validate.sh to ensure code is formatted and linted.
  • Self-review completed: A thorough review has been performed by the contributor(s).
  • Documentation: Docstrings and comments have been added or updated for any complex logic.
  • Examples and guides: Relevant cookbook examples have been included or updated (if applicable).
  • Tested in a clean environment: Changes have been tested in a clean environment to confirm expected behavior.
  • Tests (optional): Tests have been added or updated to cover any new or changed functionality.

@Itz-Antaripa Itz-Antaripa requested a review from a team as a code owner March 20, 2025 08:32
Copy link
Contributor

@kausmeows kausmeows left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Throws me this error @Itz-Antaripa -

image

Something is going wrong here @Itz-Antaripa -
image

Its not working for me, can you check once! Few comments

PS: There's a small change in the Firecrawl api, so you might have to pull in changes from here to make scrape work- #2888

typing
pydantic
python-dotenv
requests
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requests is mentioned twice here, line 6 and line 10


# Model Provider Selection
model_provider = st.selectbox(
"Select Model Provider", ["OpenAI", "Mistral"], index=0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're hardcoding this for only these two models? IMO maybe we should add Gemini and Claude also atleast if not more, wdyt? Also it shouldn't be a textbox, just a drop-down, non-editable. Right now I can delete OpenAI text and edit it.


load_dotenv()

OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also these shouldn't be required here as the model already imports them in their class while initialization. So we should be able to remove this.

@dirkbrnd dirkbrnd closed this Jun 5, 2025
@dirkbrnd dirkbrnd reopened this Jun 5, 2025
@dirkbrnd dirkbrnd closed this Sep 18, 2025
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.

3 participants