mirror of
https://github.com/tiennm99/serena.git
synced 2026-06-17 02:48:45 +00:00
58bf161fd2
* In addition to exclusion, support notion of "optional tools" that
are disabled by default and enabled only upon request
* Unify the handling of inclusions/exclusions across
- SerenaConfig
- ProjectConfig
- SerenaAgentContext
- SerenaAgentMode
* Make ToolRegistry a singleton and simplify all related operations
5 lines
107 B
Python
5 lines
107 B
Python
from serena.agent import ToolRegistry
|
|
|
|
if __name__ == "__main__":
|
|
ToolRegistry().print_tool_overview()
|