Skip to content

snowztech/vikusha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vikusha

Vikusha

Go framework for AI assistants. Run where you need them.

Stars Forks Issues Contributors License

An assistant has personality, tools, memory, and a transport. You define one in YAML, run it, and use it on Discord or Slack. Same binary, different YAMLs: a coding assistant, a support bot, a Discord bot. Vikusha ships with a default assistant ready to use.

What is Vikusha?

Vikusha is the harness your assistants run on. It handles the agent loop, context engineering, prompt caching, memory, tool execution, and transport wiring. You write the character YAML, the harness does the rest.

  • Providers: Anthropic, OpenAI-compatible, Ollama.
  • Tools: bash, file, web search, grep, glob.
  • Memory: file, SQLite, pgvector.
  • Transports: terminal, Discord, Slack, Telegram.
  • Isolation: separate workspace and secrets per assistant.
  • Scaffolder: vikusha create name spawns a new assistant.
  • Observability: structured logs, tokens, cost, duration.

Quickstart

go install github.com/snowztech/vikusha/cmd/vikusha@latest
vikusha setup
vikusha run

Documentation


License

MIT. Copyright (c) 2026 snowztech.

About

A Go framework to build always-on AI assistants

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors