Tag: agent framework
-
Hacker News: Show HN: AgentKit – JavaScript Alternative to OpenAI Agents SDK with Native MCP
Source URL: https://github.com/inngest/agent-kit Source: Hacker News Title: Show HN: AgentKit – JavaScript Alternative to OpenAI Agents SDK with Native MCP Feedly Summary: Comments AI Summary and Description: Yes **Summary:** The text provides an in-depth overview of a multi-agent framework called AgentKit that employs deterministic routing and utilizes the Model-Centric Paradigm (MCP) for enhanced functionality. It…
-
Hacker News: Show HN: Mastra – Open-source TypeScript agent framework
Source URL: https://github.com/mastra-ai/mastra Source: Hacker News Title: Show HN: Mastra – Open-source TypeScript agent framework Feedly Summary: Comments AI Summary and Description: Yes Summary: The text introduces Mastra, a TypeScript framework designed to facilitate the rapid development of AI applications. It emphasizes key functionalities such as LLM model integration, agent systems, workflows, and retrieval-augmented generation…
-
Simon Willison’s Weblog: PydanticAI
Source URL: https://simonwillison.net/2024/Dec/2/pydanticai/#atom-everything Source: Simon Willison’s Weblog Title: PydanticAI Feedly Summary: PydanticAI New project from Pydantic, which they describe as an “Agent Framework / shim to use Pydantic with LLMs". I asked which agent definition they are using and it’s the "system prompt with bundled tools" one. To their credit, they explain that in their…