sambarza

Results 16 issues of sambarza

**Operating system**: MacOS 13.6 (22G120) **wxPython version & source**: pypi wxPython 4.2.1 **Python version & source**: Python 3.11.6 **Description of the problem**: The window opens in the background and does...

The empty plugins seems not listed in plugin page, confirm and update page: https://cheshire-cat-ai.github.io/docs/quickstart/prepare-plugin/

The enviroment page is not up to date: https://cheshire-cat-ai.github.io/docs/administrators/env-variables/ For example CORE_HOST and CORE_PORT are no more relevant

Overwritable methods: - settings_schema (check if method must be documented, settings_model is better) - settings_model - load_settings - save_settings

It should be possible to navigate from the hook documentation pages to the flow diagram that contains the corresponding hook step. This way, developers can read the hook documentation and...

In the drawio diagrams under "Core Process Diagrams" is possible to click on hooks to navigate from the diagram to the hook doc page. Example, try to click on the...

Document the method "get_current_plugin_path" in the settings page

The new hook is called here: ``` def execute_agent(self, working_memory): """Instantiate the Agent with tools. The method formats the main prompt and gather the allowed tools. It also instantiates a...

Users can ask for new hooks, in the hooks page explain how to ask for new hooks, provide a template for the request. Hooks page: https://cheshire-cat-ai.github.io/docs/technical/plugins/hooks/

Plugin flow are now stable, sketch them in diagram

enhancement
concepts
diagram