AI Rookies

Framework — Application Framework

Fact

A toolkit for organizing the parts and steps of an AI app.

In Plain Words

A framework is like a meal kit for an AI app. It is not dinner, but it stops panic chopping.

It keeps the model and tools in order. It handles search and steps, so Agent or RAG apps are easier to build.

Related Concepts

Agent
A framework runs the Agent's flow and tracks its state.

MCP
A framework can use MCP to connect to standard tools.

RAG
A framework can plug RAG into Q&A, search, and task flows.

API
A framework manages API calls in one place, so the app stays simpler.