takumi
v0.8.2
Published
A coding agent CLI to enhance your development workflow.
Maintainers
Readme
Takumi
Pronounced /tɑːˈkuːmi/, a coding agent to enhance your development workflow.

Getting Started
Make sure you have Node.js version 18 or higher installed.
- Install the CLI globally. Use npm or other package managers.
$ npm install -g takumi- Set up the API keys. Configure one or more API keys for the LLMs providers.
$ export OPENAI_API_KEY="sk-..."
$ export GOOGLE_API_KEY="sk-..."
$ export ANTHROPIC_API_KEY="sk-..."
$ export DEEPSEEK_API_KEY="sk-..."
$ export XAI_API_KEY="sk-..."
$ export AIHUBMIX_API_KEY="sk-..."
$ export OPENROUTER_API_KEY="sk-..."You are now ready to use Takumi.
$ takumi
> explain this codebase to meContributing
Contributions are welcome! Please read the CONTRIBUTING.md file for guidelines on setting up the development environment, running tests, and submitting pull requests.
