ReMe/reme2/component
huangsen 514bf35050
Some checks failed
Pre-commit / run (ubuntu-latest) (push) Has been cancelled
```
docs: add ReMe2 architecture design documentation

- Add comprehensive design document (reme2.md) detailing the
  three-layer architecture (L1/L2/L3) for the vault system
- Document new protocols for folder notes and memory management
- Specify interface contracts for memory_* and vault_* tools
- Outline implementation phases from current state to target

refactor: fix typo in personal retriever class

- Correct spelling error: 'retri eved_nodes' -> 'retrieved_nodes'
  in PersonalRetriever.result assignment

chore: update gitignore with vault-related patterns

- Add '/vault' to ignore vault directory
- Add '/reme-plugin' to ignore plugin files
- Add '/reme2/vault' to ignore new vault implementation
```
2026-05-08 16:14:42 +08:00
..
as_llm feat(components): add Anthropic LLM support and enhance component architecture 2026-04-23 14:18:57 +08:00
as_llm_formatter ``` 2026-05-08 16:14:42 +08:00
as_token_counter ``` 2026-05-08 16:14:42 +08:00
client ``` 2026-05-08 16:14:42 +08:00
edge_extractor ``` 2026-05-08 16:14:42 +08:00
embedding ``` 2026-05-08 16:14:42 +08:00
file_parser ``` 2026-05-08 16:14:42 +08:00
file_store ``` 2026-05-08 16:14:42 +08:00
file_watcher ``` 2026-05-08 16:14:42 +08:00
job ``` 2026-05-08 16:14:42 +08:00
service ``` 2026-05-08 16:14:42 +08:00
__init__.py ``` 2026-05-08 16:14:42 +08:00
application_context.py feat(components): add Anthropic LLM support and enhance component architecture 2026-04-23 14:18:57 +08:00
base_component.py ``` 2026-05-08 16:14:42 +08:00
base_step.py ``` 2026-05-08 16:14:42 +08:00
component_registry.py ``` 2026-05-08 16:14:42 +08:00
prompt_handler.py ``` 2026-05-08 16:14:42 +08:00
runtime_context.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
runtime_response.py ``` 2026-05-08 16:14:42 +08:00