Agentify Agent: Converting Pre-Built Agents into the Agentuity Framework | Miami .

Members-Only

Recent Talks & Demos are for members only

Exclusive feed

You must be an AI Tinkerers active member to view these talks and demos.

October 28, 2025 · Miami

Agentify converts agents to Agentuity

Learn how Agentify converts existing open‑source AI agents into runnable Agentuity projects by parsing documentation, extracting TypeScript, structuring files, and generating pull requests.

Overview
Tech stack
  • Agentuity SDK
    The full-stack platform for building, deploying, and managing production-ready AI agents with end-to-end type safety.
    The Agentuity SDK is your comprehensive toolkit for developing, deploying, and operating AI agents, primarily targeting Node.js and Bun environments. This platform handles the full stack: you get built-in APIs, React frontends, and native access to tools like Redis, Postgres, and vector storage. The SDK enforces end-to-end type safety via input/output schemas, ensuring robust code and runtime validation. It’s framework-agnostic, wrapping existing agent code from tools like the Vercel AI SDK or LangGraph, and provides deep observability with OpenTelemetry tracing and automatic I/O integrations for email, SMS, and webhooks. Ship complex, multi-agent workflows with minimal infrastructure overhead.
  • TypeScript
    TypeScript is an open-source superset of JavaScript: it adds static typing and compiles to clean, standards-based JavaScript.
    TypeScript is a high-level, open-source language developed by Microsoft: it acts as a superset of JavaScript, adding a powerful static type system. This system enables compile-time type checking, catching errors before runtime (a critical benefit for large-scale applications). The TypeScript Compiler (TSC) reliably transpiles all code into clean, standards-based JavaScript (ES3 or newer), ensuring compatibility across any browser or host environment (Node.js, React.js, etc.).
  • Bun
    Bun is the fast, all-in-one JavaScript runtime and toolkit: it replaces Node.js, npm, and multiple development tools with a single, cohesive executable.
    Bun delivers a high-performance JavaScript runtime, built from scratch in Zig and powered by Apple's JavaScriptCore engine (not V8). It functions as a drop-in replacement for Node.js, but unifies the entire development workflow: the runtime, package manager (e.g., `bun install`), bundler (`bun build`), and test runner (`bun test`) are all integrated. This architecture dramatically reduces startup times and memory usage, offering significant speed gains, especially in tasks like package installation (up to 30x faster than npm) and server-side rendering.
  • Devin API
    The Devin API programmatically integrates the autonomous AI software engineer, enabling end-to-end code generation and complex engineering task automation.
    The Devin API connects your applications directly to the AI software engineer, Devin, for full workflow automation. It provides multiple versions (e.g., v3beta1) for programmatic session creation and management, supporting use cases like automatic PR reviews, lint error resolution, and data migrations. Devin autonomously writes, runs, and tests code: it refactors code, handles bugs, reviews pull requests, and builds internal tools, effectively crushing your backlog. This is a direct integration for serious engineering teams looking to delegate complex, multi-step development tasks.
  • GitHub Actions
    GitHub Actions automates your software workflows (CI/CD, testing, deployment) directly within your repository.
    GitHub Actions is your native, event-driven automation platform: it executes custom workflows right inside your GitHub repository. Define multi-step jobs using YAML files, which must be stored in the `.github/workflows` directory. These workflows trigger on specific events, like a `push` to a branch or a `pull_request` opening. The platform supports world-class Continuous Integration and Continuous Deployment (CI/CD), letting you build, test, and deploy code across any language (e.g., Python, Node.js, Java). Runners—Linux, Windows, or macOS virtual machines—execute the jobs. For security, confidential data is managed via GitHub `secrets`, ensuring credentials stay out of your code.

Related projects