Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 2.08 KB

File metadata and controls

43 lines (26 loc) · 2.08 KB

Agentic Edge Functions Tutorials

Welcome to the Agentic Edge Functions tutorials! This section provides beginner-friendly guides to help you understand, create, and deploy your own edge functions for the Agentic Foundation Dashboard and Agentic Inbox.

What Are Agentic Edge Functions?

Agentic Edge Functions are serverless functions that run at the edge of the network, providing autonomous agent capabilities through a simple API interface. These functions enable you to create intelligent agents that can reason, take actions, and interact with users and external systems.

Tutorial Index

  1. Creating Your First Edge Function - Learn the basics of edge functions by creating a simple "Hello World" function
  2. Building a Basic Agentic Function - Create your first agentic edge function with reasoning capabilities
  3. Deploying and Testing Edge Functions - Learn how to deploy and test your edge functions with and without JWT authentication

Prerequisites

Before starting these tutorials, make sure you have:

  1. Supabase CLI installed
  2. Deno installed
  3. A Supabase project (free tier works fine for these tutorials)
  4. Basic knowledge of TypeScript/JavaScript

Getting Started

To get started, follow the tutorials in order. Each tutorial builds on the concepts introduced in the previous one.

Function Files

The example functions used in these tutorials can be found in the following locations:

Additional Resources


Created by rUv, Agentic Foundation founder.