Commit Graph

33 Commits

Author SHA1 Message Date
9c318f3513 add: brainstorm status tracker (YAML) 2026-02-22 00:09:45 +01:00
f16ed9467a Brainstorm: prompts, agent home, self-improving prompt.md, project docs, guidelines 2026-02-21 20:10:23 +01:00
75c8e6597a Event Bus: Redis Streams + lazy loading (agent=human, no history preload) 2026-02-21 18:37:05 +01:00
89ea09411e Brainstorm: microservice patterns (Event Bus, Saga, Idempotency, logging) 2026-02-21 16:35:16 +01:00
2890e3221c Architecture: OpenClaw Bridge component, all bridges = same WS pattern 2026-02-21 13:44:51 +01:00
6f4e910e18 Architecture: unified Member model (human=agent), auth methods, MCP Client as human 2026-02-21 12:24:30 +01:00
3353e2ea53 docs: дополнить ARCHITECTURE.md из всех брейншторм-файлов
Добавлено: роли/permissions, git workflow, checkpoint pattern,
таймауты, связи задач, межагентная коммуникация, Telegram Bridge
детали, версионирование API, деплой, конкурентный анализ,
раздел 'Идеи на подумать'
2026-02-21 10:54:16 +01:00
a0c8fea9f7 ARCHITECTURE.md — unified project summary: components, tasks, chats, agents, protocol 2026-02-21 10:19:45 +01:00
8ce40aff91 Protocol: router as text relay, single session per agent 2026-02-21 09:57:51 +01:00
d9fd2e0d96 Brainstorm: chats (threads, voice, files, reactions), telegram bridge MVP, deploy 2026-02-21 08:29:31 +01:00
9830d892e9 Brainstorm: agent context/memory decisions 2026-02-21 08:22:14 +01:00
7387facd9c Brainstorm: misc topics (notifications, rollback, learning, scaling) 2026-02-21 07:59:04 +01:00
e6b9d57a33 Idea: Web MCP Server for any LLM client (future) 2026-02-21 07:50:31 +01:00
24c22d28c3 Update brainstorm index: protocol discussed 2026-02-21 07:18:19 +01:00
dbcaaa3ea8 Brainstorm: protocol picogent<->tracker, MCP tools, WS events, prompt guidelines 2026-02-21 07:18:08 +01:00
3fd47dc245 Brainstorm index: all discussed + pending topics, picogent analysis 2026-02-21 00:47:42 +01:00
13626c16c7 Brainstorm: agent onboarding, listen modes, label matching 2026-02-21 00:26:36 +01:00
a5856c4ab0 Brainstorm: projects model, tabs, steps, multi-repo, cross-project links 2026-02-21 00:08:43 +01:00
e77ce9b9e3 Brainstorm: task model, comments, voice, blocker detection, agent rejection 2026-02-20 23:54:16 +01:00
49aadf9c1d Brainstorm: agent architecture, roles, MCP/skills, git workflow, file storage, references 2026-02-20 23:37:43 +01:00
2edcdd8aed Full protocol spec: WS + HTTP callback, agent model, roles, permissions, events, Telegram Bridge 2026-02-20 20:34:58 +01:00
ffe8f68806 Add WebSocket protocol docs + agent connection research 2026-02-20 19:37:04 +01:00
7849a1fddb docs: обновлён WebSocket протокол, убраны адаптеры, capabilities на агентах 2026-02-15 22:45:21 +01:00
5061c60b9a docs: WebSocket protocol specification
- Message format (event/data/req_id)
- Subscription channels (project, task, agents)
- Events: tasks, comments, files, chat, agents
- Human flow (browser → BFF → tracker)
- Agent flow (direct to tracker)
- Broadcast rules
- Session examples
2026-02-15 20:58:26 +01:00
74f00799a1 docs: agent integration research (runners model, contract, SDK) 2026-02-15 20:55:31 +01:00
bea657938e docs: agent manager, SDK, adapters, lifecycle 2026-02-15 18:34:27 +01:00
d39354f7dd docs: лейблы вместо типов задач
- Произвольные лейблы (как в Jira)
- Таблица labels + task_labels
- Связка лейблов с capabilities адаптеров
2026-02-15 18:22:34 +01:00
51a091148f docs: адаптеры, типы задач, ревью, БД
- Разделение агент/адаптер (capabilities на адаптере)
- JSON конфиг для разных провайдеров
- Типы задач: coding, analytics, design, testing, docs
- Не каждая задача = PR
- Флоу ревью для задач с PR и без
- Итерации ревью
- Схема БД: adapters, agents, tasks, dependencies, files
2026-02-15 18:14:29 +01:00
cf2289516e docs: обновление архитектуры
- Tracker-centric модель
- Переименование: backend→tracker, frontend→web-client
- Канбан: Backlog + черновики + статусы
- Зависимости задач
- Файлы в задачах
- Три уровня чатов (лобби, проект, задача)
- Подписка агентов (all/mentions/assigned)
- WebSocket протокол
2026-02-15 18:00:47 +01:00
4209bc26fd docs: add Agent Management and OpenClaw Webhooks integration
- Agent Registry schema
- OpenClaw Webhooks API documentation
- Team Board → OpenClaw architecture
- Python client example
- Task execution flow
2026-02-15 15:41:37 +01:00
35907c0e0f docs: add RESEARCH.md - agent integration analysis
- OpenClaw multi-agent capabilities
- ACP protocol for external agents
- CLI bridge options
- Web terminal architecture
- Comparison and recommendations
2026-02-15 13:18:08 +01:00
b84b9f91f6 docs: comprehensive project vision and workflow
- Full workflow: Discovery → Planning → Execution → Review → Deploy
- UI layout mockup
- Agent roles and types
- CLI integration problem analysis
- Task/subtask hierarchy for context preservation
2026-02-15 12:26:58 +01:00
bdd91dd364 Initial docs 2026-02-15 11:57:00 +01:00