Py in my AI - an ongoing class/meeting at the Dallas Makerspace.
- install
uv $ uv python install
- install
llmPython package as auvtool $ uv tool install llm$ llm install llm-gemini$ llm keys set gemini$ llm -m gemini-2.0-flash 'Tell me about the Dallas Makerspace'
- mkdir and cd into...
$ uv init$ uv add "pydantic-ai[logfire,examples,cli,google]"
- https://docs.astral.sh/uv/getting-started/installation/
- https://ai.pydantic.dev/agents/
- https://llm.datasette.io/en/stable/
- https://context7.com
- https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/configuration.md
- Sending links to Perplexity to summarize (like youtube videos)
yt-dlp- for downloading YouTube videos.
- Try to use NotebookLM from outside of itself (unofficial API)
- Scrape bot for reddit - AI-related subreddits (to learn more AI stuff)
- Scrape Discord to get a summary of what was talked about
- beginner landing page with instructs to get started (Github Codespaces)
- initial project
- using pocketflow
- have an agent that scrapes a subreddit (input)
- display summary of data to termianl
- send output as file to Google Drive (output)
- use Discord -> Dallas Makerspace -> SIG -> "artificial-intelligence"
- Figure out which PocketFlow tutorials should be done in what order, which ones build upon others, and which can be grouped for a more complex demo.
- Prompt people to give demos of what they created (like a lightening talk)
- Ask for ideas/examples of what things or types of things people want to see in the future.