ხელოვნური ინტელექტის აგენტებთან მუშაობისას ერთ-ერთი მთავარი გამოწვევა ინფორმაციის ეფექტიანი ორგანიზება და მისი გრძელვადიანი შენარჩუნებაა. ახალი პროექტი, LLM-Wiki, ამ პრობლემას რადიკალურად ცვლის და მომხმარებელს სთავაზობს სისტემას, რომელიც AI-აგენტების მუშაობას 10-ჯერ უფრო ეფექტიანს ხდის.

პლატფორმა წარმოადგენს ცოდნის ბაზების კომპილაციის მეთოდს, რომელიც მუშაობს Claude Code-ის, OpenAI Codex-ის და სხვა თანამედროვე AI-ინსტრუმენტების დანამატის სახით. ის საშუალებას იძლევა, მოხდეს წყაროების ავტომატური ჯვარედინი მითითება, ანგარიშების მომზადება და კვლევის პროცესის სტრუქტურირება.

LLM-Wiki-ს მთავარი უპირატესობაა „თეზისზე დაფუძნებული კვლევა“. აგენტები მუშაობენ პარალელურ რეჟიმში, იკვლევენ როგორც მხარდამჭერ, ისე საპირისპირო არგუმენტებს, რაც ამცირებს მიკერძოებას და შედეგად ვიღებთ დასაბუთებულ ვერდიქტს და არა უბრალოდ ინფორმაციის შეჯამებას.

როგორ მუშაობს სისტემა?

  • მონაცემთა ინტეგრაცია: აგენტი ამუშავებს URL-ებს, PDF-ებს, Git-რეპოზიტორებსა და შეტყობინებების არქივებს.
  • ინვენტარიზაცია: სისტემა აკონტროლებს პროექტისთვის მნიშვნელოვან რესურსებს, კითხვებსა და მომდევნო ნაბიჯებს.
  • სესიების მართვა: იქმნება კონტექსტური რეზიუმეები, რაც აგენტს ეხმარება, შეინარჩუნოს ორიენტირი ხანგრძლივი მუშაობის პროცესში, პირადი ჩეთების გადატვირთვის გარეშე.

მნიშვნელოვანია, რომ სისტემა არ მოითხოვს ცენტრალიზებულ სერვერებს ან რთულ ინფრასტრუქტურას. ყველაფერი მუშაობს ადგილობრივად, Markdown-ფორმატში, რაც მომხმარებელს სრულ კონტროლს ანიჭებს საკუთარ მონაცემებზე. არქივირებული თემები ინახება ცალკე, რაც ინარჩუნებს სამუშაო სივრცის სისუფთავეს.

LLM-Wiki-ს გამოყენება შესაძლებელია როგორც Claude Code-ის დანამატის, ისე პორტატული AGENTS.md ფაილის სახით, რაც მას თავსებადს ხდის თითქმის ნებისმიერ AI-აგენტთან. ეს ინსტრუმენტი განსაკუთრებით სასარგებლოა მათთვის, ვინც აგენტებს იყენებს რთული ტექნიკური ამოცანების, კვლევებისა და დაგეგმვისთვის.

CommandDescription
/wiki Fuzzy intent router — say what you want, it routes to the right subcommand.
/wikiShow status, stats, and list all topic wikis.
/wiki init Create a topic wiki at ~/wiki/topics//.
/wiki:ingest Ingest a URL, file path, or quoted text.
/wiki:ingest --inboxProcess files dropped into the topic wiki's inbox.
/wiki:ingest-collection Bulk-ingest Git doc repos, BIP-style proposal sets, MediaWiki dumps/API sites, message archives, or Wayback CDX snapshots.
/wiki:collect ""Find, dedupe, and catalog artifacts, examples, resources, media, memes, tools, entities, or source candidates.
/wiki:collect "" --scale tiny|small|medium|large|hugeControl write behavior by operational scale: row count, media weight, provenance burden, volatility, and inventory usefulness.
/wiki:collect "" --media archive|thumbnail|referenceDownload bounded originals by default for media-bearing collections; use thumbnails for previews or reference to opt out.
/wiki:collect "" --inventory corpus|recordsCreate one corpus record for medium or media-heavy sets, or per-item records only for small durable lists.
/wiki:inventory listList durable tracking records as compact chat tables or bullets.
/wiki:inventory add "title"Add items, source candidates, entities, corpora, questions, tasks, or watch records after a fit check.
/wiki:inventory scan-outputs --dry-runPreview legacy queues/backlogs before an additive inventory migration.
/wiki:dataset listList dataset manifests without opening samples, profiles, queries, or underlying data.
/wiki:dataset add "title" --location Index large or external data with a manifest; the data stays outside the wiki.
/wiki:dataset profile --dry-runPreview lightweight profiling of size, format, headers, or schema observations.
/wiki:archive list [--archived]List active topic wikis and optionally archived topic wikis.
/wiki:archive topic --reason "why"Move a topic wiki to topics/.archive/ and hide it from default context.
/wiki:archive restore Restore an archived topic wiki to active status.
/wiki:archive peek Search archived topic indexes without reading archived article bodies.
/wiki:session status|disable|enableInspect, opt out of, or reconfigure default-on redacted session capture.
/wiki:session capture|list|showCreate, browse, and inspect redacted session digests kept outside topic evidence.
/wiki:session rehydrate|promoteLoad compact session context or explicitly promote a distilled digest into topic raw notes.
/wiki:feedback list|showReview redacted feedback candidates for corrections, preferences, approvals, and plan acceptance.
/wiki:feedback capture|promoteManually add a feedback candidate or explicitly promote one into topic raw notes.
/wiki:compileCompile new sources into wiki articles.
/wiki:query Q&A against the wiki. --quick / --deep / --list / --resume / --include-archived.
/wiki:llExtract lessons from current session into wiki. --dry-run, --rules.
/wiki:research 5 parallel agents. --plan (multi-path), --deep (8), --retardmax (10), --new-topic, --min-time 1h.
/wiki:research --mode thesis Thesis-driven research: for + against → verdict.
/wiki:plan Wiki-grounded implementation plan. --format rfc|adr|spec.
/wiki:output summary, report, study-guide, slides, timeline, glossary, comparison.
/wiki:assess Assess a repo against wiki + market. Gap analysis.
/wiki:auditTruth-seeking audit across wiki, outputs, provenance, and fresh research when needed.
/wiki:librarianScore articles for staleness and quality. Checkpoint recovery. --article for single article.
/wiki:lintHealth checks. --fix auto-repairs. --deep web-verifies facts.
/wiki:retractRemove a source and clean up downstream references.
/wiki:projectGroup outputs into projects with goals and manifests.