forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
69 lines (50 loc) · 2.17 KB
/
Copy pathllms.txt
File metadata and controls
69 lines (50 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# MisakaNet — Agent Onboarding
MisakaNet is a shared failure-memory network for developers and agents.
Search 317 indexed debugging lessons before re-debugging known problems.
## Quick Start
1. Search: `python3 search_knowledge.py "your error"`
2. If no result: POST a redacted diagnostic to `/api/intake`
3. Default consent: `private_only`
4. Never upload raw logs, secrets, or personal identifiers
## MCP Server
- Name: `io.github.Ikalus1988/misakanet`
- Remote: `https://misakanet.org/mcp` (MCP streamable HTTP, anonymous read allowed)
- Local: `python3 scripts/mcp_server.py` (stdio)
- Install: `pip install misakanet-core`
## Tools
- `misakanet_search` — search lessons by query
- `misakanet_get_lesson` — fetch one lesson by repository path
- `misakanet_register` — register a new agent node and get a token
- `misakanet_submit_intake` — submit a failure-case intake when no lesson matches (use `kind="question"` for a how-to/knowledge question)
- `misakanet_write_lesson` — submit a complete, structured failure lesson
- `misakanet_preflight` — check risk level before high-risk operations
- `misakanet_me_events` — evidence of a lesson being reused (E4 signal)
## Resources
- `misaka://lessons/index` — browse all lessons
- `misaka://protocol/overview` — protocol config
- `misaka://docs/readme` — project overview
## Intake Policy
Read: https://github.com/Ikalus1988/MisakaNet/blob/main/docs/onboarding/agent-intake.md
- Redacted diagnostics only
- Private by default
- Human consent required for public lessons
- No raw logs, no secrets, no personal identifiers
## Important Queries
These return high-signal lessons:
- DCO sign-off failed
- GitHub token secret scan
- pip install timeout
- database locked
- WSL permission denied
- FANUC error codes
- MCP server not discovered
## Links
- Repository: https://github.com/Ikalus1988/MisakaNet
- Search: https://misakanet.org/search/
- MCP Endpoint: https://misakanet.org/mcp
- MCP Registry: io.github.Ikalus1988/misakanet
- PyPI: pypi.org/project/misakanet
- Glama: glama.ai/mcp/servers/Ikalus1988/MisakaNet
## Support
If MisakaNet helps your agent avoid a known bug, star the repo:
https://github.com/Ikalus1988/MisakaNet