A developer-friendly starter kit for building, running, and packaging intelligent agents using TypeScript, Python, and local models.
This kit includes examples, tools, and guides to help you create both personality agents (like chatbots) and utility agents (like automation tools).
git clone https://github.com/eternalai-org/agent-dev-guide.git
cd agent-dev-guide
Choose an example inside the examples/
folder (TypeScript or Python) and follow its instructions.
Check out How to run local models for setup and usage.
Want to share your agent? See packaging.md
for how to package and publish agents.