#Convo-Lang, an AI Native Programming Language

1 messages · Page 1 of 1 (latest)

shadow token
#

I created Convo-Lang, an AI-native programming language that is a mix of prompting and procedural programming. It helps you build agentic application by giving you a single, consistent language to design prompts, logic, and tool calls in for any LLM.

You can embed Convo-Lang into any TypeScript or JavaScript project with full syntax highlighting and even use prebuilt Convo-Lang React components to create conversational UIs in minutes.

Using advanced prompting techniques like Tool Calling, RAG, Structured JSON Data, Custom Reasoning, etc, with Convo-Lang is easy and straight forward, allowing you to focus on building your agentic application without worrying about managing dependency chains or learning how to use one-off web interfaces that only solve a set of limited use cases.

#

To learn more check out the official Convo-Lang site. Its full of interactive examples and a tutorial for the language.
https://learn.convo-lang.ai/

#

Quick Start
If you want to jump right in you can create a new NextJS app pre-configured with Convo-Lang and pre-built demo agents using the command below.

npx @convo-lang/convo-lang-cli --create-next-app