Skip to content

[WIP] Ghost writer demo & EuroPython talk #8

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

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

Conversation

summerscope
Copy link

No description provided.

- Fetch it in the python script
- Add mcp instrumentation
- Remove scrubbing to avoid demo issues
- Add a tool to extract code snippets from technical content
return f"Error: {e}"


async def extract_technical_content(url: str) -> str:
Copy link
Member

Choose a reason for hiding this comment

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

I think this can be made as a tool, and as such wouldn't be called as part of the initial writer prompt in generate_blog_post()? The LLM will be responsible for (not) calling this tool to fetch the technical content it needs.

Copy link
Author

Choose a reason for hiding this comment

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

makes sense, go for it. also nice to have another tool to see in the instrumentation.

@Viicos Viicos force-pushed the laura/europython-demo branch from a8d652b to 9ec9a0f Compare July 10, 2025 07:35
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.

2 participants