mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-11 22:48:38 +00:00
* docs: govern agent guidance size * refactor: split agent guidance by code scope * Clarify virtual path handling in AGENTS.md Updated the translation section to clarify the role of `LocalSandboxProvider` and the handling of virtual paths in the tool layer. --------- Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
5 lines
247 B
Markdown
5 lines
247 B
Markdown
### Reflection System (`packages/harness/deerflow/reflection/`)
|
|
|
|
- `resolve_variable(path)` - Import module and return variable (e.g., `module.path:variable_name`)
|
|
- `resolve_class(path, base_class)` - Import and validate class against base class
|