A1 AI stack deployments - terrytaylorbonn/auxdrone GitHub Wiki
25.0522 (0508) Doc URLs Stack URLs Lab notes (Gdrive) Git
- Public external access to UI and (possibly) agent/model API
- Security
- Billing
- deploy model to hugging face, etc
- Possibly local deploy?
- without the agent would deploy gradio UI along with model to same place probably
- does the agent have to be deployed to the same place as model? (probably not)
- ORANGE: external (not part of deployment)
- BLUE: MCP/A2A access to external systems
Overview
- 4 (ON) #491 (2c.2c) HF Sentiment with Gradio UI
- 3 (XX) #385D openai_agents_sdk (Substack article)
- 2 (XX) #382 pydantic
- 1 (XX) #379 mcp
XX = turned off for security/cost concerns (cost = has a token (for the LLM) that could incur $ for usage).
https://huggingface.co/spaces/terrytaylorbonn/492_opt-sentiment-space
3 #385D_(BINGO)_deploy_openai_agents_sdk_GPT_ (Substack article) (25.0513)
Not finished yet, but the basics work.
2 #382_(BINGO)_examples_pydantic_render_GPT_ (25.0508)
1 #379_(OK)_mc(p)_render_GPT_ (25.0508)
Latest (AI stack) deployments (on Render; these deployments have been suspended).
There are lots of complete MERN stack deployment demos. But I have found none for AI stack demos. The idea for this section is to gradually
- Hack together (with GPT's help) some complete localhost demos.
- Deploy (on Render).
See #499_AI_API_deployments_devplan_ for the table that lists all demos (including deployments).