Home / Glossary / AI agent
What is AI Agent?
एक AI agent एक LLM है जिसमें tools call करने, multi-step actions लेने, और autonomously goal का pursue करने की क्षमता है। osFoundry sessions, scheduled cron triggers, और scoped tool access के साथ persistent agents host करता है।
Detail
एक chatbot एक question का उत्तर देता है और रुक जाता है। एक agent निर्णय लेता है कि क्या करना है, tools (web search, code execution, APIs) call करता है, results evaluate करता है, iterate करता है। Agents एक schedule पर unattended चल सकते हैं, events के लिए monitor कर सकते हैं, और multi-step tasks complete कर सकते हैं जैसे "इन 5 competitors पर research करें और pricing का summary दें।"
Key components: एक LLM, tools का एक set, goal define करने वाला एक system prompt, runs के बीच optional memory, और "done" को detect करने का एक तरीका।
How osFoundry approaches AI Agent
osFoundry agents में persistent sessions, profile-based configuration (prompt + tools + memory + model), scoped tool access, hard tasks के लिए plan mode, और cron-scheduled automations हैं।
Related terms
Related features