sc-machine
sc-machine copied to clipboard
Software implementation of semantic network storage and processing
Generate action for agent call just after knowledge base build. Depends on: #386
This agent should: 1. be initiated after finish of knowledge build; 2. find all sc-construction with explicit subtype indication. For example:  3. Indicate subtype on sc-core level:  5....
https://en.cppreference.com/w/cpp/language/range-for
`ScTemplateNamedStruct` builds every time from scratch for each iteration. This code is in ```cpp void MakeResult() { ScTemplateNamedStruct::Builder builder(m_result); for (auto const & r : m_repls) { SC_ASSERT(r.second.addr.IsValid(), ()); builder.Add(r.first,...
List of critical places: - [ ] New iterator - [ ] Named struct
- [ ] Remove access to global context - [ ] Replace `m_memoryCtx` with shorter name - [ ] Improve documentation
Remove processing of sc-element subtype from scsloader. For example, if we have construction like: ``` sc_node_norole_relation -> nrel_goto; ```` Current implementation will load it as:  New implementation should load...
file1: a -> b;; file2: @contour = [* node0 nrel_system_identifier: a;; If file1 will be processed before file2, two element with id "a" will be generated, and context of this...
Idea to implement this framework with a python. There should be a Python script, that parse files in a specified directory and run tests. Each file contains one scenario: ```...