+ Configuring your Agentic project is straightforward, regardless of + whether your origin is an MCP server or an OpenAPI service. For TS + projects, you can use a fully-typed{' '} + agentic.config.ts file, or + fall back to using an{' '} + agentic.config.json file to + configure your project. +
+- Coming soon... -
-TODO
-+ This example uses the{' '} + + @agentic/search + {' '} + tool to provide an LLM access to the web. +
+ ++ All Agentic tools are exposed as both{' '} + MCP servers as well as simple{' '} + HTTP APIs. MCP is important + for interop and future-proofing, whereas simple HTTP POST requests + make tool use easy to debug and simplifies integration with existing + LLM tool calling. +
+