Mission Overview
Saúde do runtime, métricas principais, modelos em uso, atividade recente e status dos agentes.Runtime health, core metrics, models in use, recent activity and agent status.
SSE · health · activity feed// open sourceagent control panel
OKAMI OS é um projeto open source para plugar no seu agente ou runtime e ver sessões, tokens, logs, tarefas, docs e status em uma interface só. OKAMI OS is an open source project you can plug into your agent or runtime to see sessions, tokens, logs, tasks, docs and status in one interface.
// Funciona em modo mock sem backend. Depois você conecta API, SSE ou SSH bridge para dados reais. // Runs in mock mode without a backend. Later you can connect API, SSE or SSH bridge for real data.
git clone github.com/OkamiOps/Okami-Monitor
§01por que usarwhy use it
A ideia é simples: em vez de caçar informação em logs, planilhas, terminais e arquivos soltos, você acompanha tudo em um cockpit visual que roda local e aceita integração real quando você quiser. The idea is simple: instead of hunting across logs, spreadsheets, terminals and loose files, you watch everything in a visual cockpit that runs locally and accepts real integration when you want it.
Sessões, modelos, tokens, filas e documentos aparecem juntos, sem precisar abrir cada ferramenta separada.Sessions, models, tokens, queues and documents appear together, without opening each tool separately.
Acompanhe tokens, modelos, assinaturas e forecast para saber onde seu agente está gastando mais.Track tokens, models, subscriptions and forecast to see where your agent is spending more.
Logs, sessões, tarefas, tool calls e documentos ficam próximos para entender o que aconteceu e continuar trabalhando.Logs, sessions, tasks, tool calls and documents stay close so you can understand what happened and keep working.
§02O que aparece no painel
Cada módulo mostra uma parte do runtime: saúde, uso, tarefas, documentos, logs, sessões e ferramentas locais. Nada de mágica: é informação na tela. Each module shows one part of the runtime: health, usage, tasks, documents, logs, sessions and local tools. No magic: just information on screen.
Saúde do runtime, métricas principais, modelos em uso, atividade recente e status dos agentes.Runtime health, core metrics, models in use, recent activity and agent status.
SSE · health · activity feedTokens, custo estimado, forecast e concentração por modelo ou provedor.Tokens, estimated cost, forecast and concentration by model or provider.
forecast · vendor mix · burn rateEventos, mensagens, logs sensíveis, loops e bloqueios que merecem uma olhada.Events, messages, sensitive logs, loops and blockers worth checking.
logs · events · checksCrie e acompanhe tarefas a partir do que acontece no agente ou na fila.Create and follow tasks from what happens in the agent or queue.
queue · owner · blockersLeia perfis, memória, briefs e arquivos que dão contexto para cada agente.Read profiles, memory, briefs and files that give context to each agent.
SOUL.md · MEMORY.md · briefsRevise uma sessão com mensagens, tool calls, artefatos e uso estimado de tokens.Review a session with messages, tool calls, artifacts and estimated token usage.
session · tool call · artifact§03Sinais do runtime
OKAMI OS organiza sinais que já existem no seu ambiente: logs, sessões, token usage, fila, docs e status de ferramentas. O objetivo é facilitar sua vida, não criar mais uma camada confusa. OKAMI OS organizes signals already present in your environment: logs, sessions, token usage, queue, docs and tool status. The goal is to make your life easier, not add another confusing layer.
§04Como usar
O projeto roda local, mostra dados mock para você testar a interface e aceita backend Express com SSE ou SSH bridge para buscar estado real do seu agente. The project runs locally, shows mock data so you can test the interface, and accepts an Express backend with SSE or SSH bridge to fetch real state from your agent.
github · MIT · local first
npm install · dev:all · mock data
API · SSE · SSH bridge
sessions · logs · kanban · docs
O projeto é open source e pode ser usado pela comunidade. Se precisar de ajuda com arquitetura, segurança ou integração, a OkamiOps pode apoiar a implementação.The project is open source and can be used by the community. If you need help with architecture, security or integration, OkamiOps can support implementation.
§05runtime privadoprivate runtime
Use o modo mock para testar. Depois, se quiser dados reais, a API Express pode transmitir estado por SSE ou buscar informações via SSH bridge: sessões, logs, kanban.db, docs e métricas de tokens.Use mock mode to test. Later, if you want real data, the Express API can stream state through SSE or collect information through SSH bridge: sessions, logs, kanban.db, docs and token metrics.
§06open sourceopen source
Repositório MIT do painel. Clone para estudar, rodar local, adaptar módulos e conectar seus próprios agentes.MIT repository for the panel. Clone it to study, run locally, adapt modules and connect your own agents.
GitHub ↗ related product Okami AgentOutro projeto da família Okami para experimentar agentes local-first. OKAMI OS fica focado no painel de visualização.Another Okami project for experimenting with local-first agents. OKAMI OS stays focused on the visualization panel.
okamiagent.com ↗//comece pelo códigostart with code
Rode com dados mock, abra as telas, entenda o schema e conecte seu agente quando quiser trazer sessões, logs, tokens e tarefas reais. Run it with mock data, open the screens, understand the schema and connect your agent when you want real sessions, logs, tokens and tasks.