https://github.com/kurone-kito/automata
Practice for automation with LLM and computer use
https://github.com/kurone-kito/automata
empty yet
Last synced: 4 months ago
JSON representation
Practice for automation with LLM and computer use
- Host: GitHub
- URL: https://github.com/kurone-kito/automata
- Owner: kurone-kito
- License: mit
- Created: 2026-02-08T06:29:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-10T07:37:52.000Z (4 months ago)
- Last Synced: 2026-02-10T13:37:09.466Z (4 months ago)
- Topics: empty, yet
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.ja.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.ja.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# 📄 Generic repository template
[](https://github.com/kurone-kito/template/actions/workflows/lint.yml)
## Features
- CI/CD
- [CodeRabbit](https://www.coderabbit.ai/)
- [ImgBot](https://imgbot.net/)
- Linting on GitHub Actions
- Stale issues and pull requests management on GitHub Actions
- Documents for GitHub
- Git attributes
- Linters
- [CSpell](https://cspell.org/)
- [EditorConfig](https://editorconfig.org/)
- [MarkdownLint](https://github.com/DavidAnson/markdownlint)
- Visual Studio Code integration
## Using this template
1. Click "Use this template" on GitHub to create your repository.
2. Replace the LICENSE file if you prefer a different license.
3. Review workflows under `.github/workflows` and adjust them to your needs.
4. Customize the configuration files:
- `.editorconfig` sets editor rules.
- `.gitattributes` manages export rules.
- `.imgbotconfig` controls image optimization.
- `.markdownlint.yml` and `.markdownlint-cli2.yaml` define Markdown lint rules.
- `cspell.config.yml` configures spell checking.
- `.coderabbit.yaml` contains CodeRabbit settings.
- `.vscode/` provides recommended settings for VS Code.
5. Update documents in `.github/` such as CONTRIBUTING.md to match your policies.
## License
[MIT](./LICENSE)