Add vapi-build: build a Vapi agent from an organization's own material - #13
Open
vapi-eisen wants to merge 7 commits into
Open
Add vapi-build: build a Vapi agent from an organization's own material#13vapi-eisen wants to merge 7 commits into
vapi-eisen wants to merge 7 commits into
Conversation
An agent skill plus a Python host that turns a website, knowledge articles, call transcripts or IVR logs, and an OpenAPI document into an evidence-linked ontology, a reviewed plan, and applied Vapi resources (knowledge base, tools, assistants, squad, structured outputs, simulation suite). Works with Claude Code, Codex, and Claude; see projects/vapi-build/README.md. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…n-data separation Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this project?
vapi-buildis an Agent Skill plus a small Python host that builds a complete Vapi voice agent from an organization's own material (website, knowledge articles, call transcripts or speech IVR logs, OpenAPI spec): an evidence-linked ontology, a reviewed plan, then the knowledge base, tools, assistants, squad, structured outputs, and simulation suite, with two yes/no gates on one review page. It installs into Claude Code, Codex, and Claude, and the README gives the steps for each.Checklist
doctorcommand all run fromprojects/vapi-buildin this clone)README.mdincludes the setup/run instructionsSKILL.mdif this project can be a repeatable pattern.env.exampleREADME.mdAnything reviewers should know?
jsonschemais the only hard dependency; tests touch no network and use a fake Vapi transport.VAPI_API_KEYfrom the environment, a shell profile, or a.envfile into~/.config/vapi-build/envwithout printing it.applycreates real Vapi resources andsimulatespends credits; both require an explicit yes and there is ateardownthat removes everything the build created.scripts/), so it can later move there as an experimental reference workflow.agents/openai.yamlcarries the Codex interface metadata.🤖 Generated with Claude Code