janito 2.28.0__tar.gz → 2.30.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- janito-2.30.0/LICENSE +201 -0
- janito-2.30.0/PKG-INFO +83 -0
- janito-2.30.0/README.md +49 -0
- janito-2.30.0/docs/CHANGELOG.md +49 -0
- janito-2.30.0/docs/PROFILES.md +129 -0
- {janito-2.28.0 → janito-2.30.0}/docs/changelogs/CHANGELOG.md +3 -3
- {janito-2.28.0 → janito-2.30.0}/docs/changelogs/CHANGELOG_2.23.0.md +3 -3
- {janito-2.28.0 → janito-2.30.0}/docs/guides/market-data-sources.md +1 -1
- {janito-2.28.0 → janito-2.30.0}/docs/guides/stock-market-guide.md +1 -1
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/README.md +4 -4
- {janito-2.28.0 → janito-2.30.0}/janito/README.md +3 -3
- {janito-2.28.0 → janito-2.30.0}/janito/agent/setup_agent.py +21 -35
- {janito-2.28.0 → janito-2.30.0}/janito/agent/templates/profiles/system_prompt_template_Developer_with_Python_Tools.txt.j2 +6 -0
- {janito-2.28.0 → janito-2.30.0}/janito/agent/templates/profiles/system_prompt_template_developer.txt.j2 +6 -0
- {janito-2.28.0 → janito-2.30.0}/janito/agent/templates/profiles/system_prompt_template_market_analyst.txt.j2 +7 -1
- {janito-2.28.0 → janito-2.30.0}/janito/agent/templates/profiles/system_prompt_template_model_conversation_without_tools_or_context.txt.j2 +7 -1
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/session.py +154 -96
- janito-2.30.0/janito/cli/cli_commands/list_plugins.py +117 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/show_system_prompt.py +8 -3
- {janito-2.28.0 → janito-2.30.0}/janito/cli/core/runner.py +2 -2
- {janito-2.28.0 → janito-2.30.0}/janito/cli/main_cli.py +9 -15
- {janito-2.28.0 → janito-2.30.0}/janito/cli/prompt_core.py +0 -2
- {janito-2.28.0 → janito-2.30.0}/janito/cli/rich_terminal_reporter.py +2 -1
- {janito-2.28.0 → janito-2.30.0}/janito/cli/single_shot_mode/handler.py +0 -2
- {janito-2.28.0 → janito-2.30.0}/janito/llm/agent.py +6 -1
- {janito-2.28.0 → janito-2.30.0}/janito/provider_registry.py +1 -1
- {janito-2.28.0 → janito-2.30.0}/janito/providers/openai/provider.py +1 -1
- {janito-2.28.0/plugins/ui/userinterface/tools → janito-2.30.0/janito/tools/adapters/local}/ask_user.py +3 -1
- {janito-2.28.0/plugins/web/webtools/tools → janito-2.30.0/janito/tools/adapters/local}/fetch_url.py +20 -28
- {janito-2.28.0/plugins/core/filemanager/tools → janito-2.30.0/janito/tools/adapters/local}/replace_text_in_file.py +9 -3
- {janito-2.28.0/plugins/core/codeanalyzer/tools → janito-2.30.0/janito/tools/adapters/local}/search_text/core.py +2 -2
- {janito-2.28.0 → janito-2.30.0}/janito/tools/loop_protection_decorator.py +12 -16
- {janito-2.28.0 → janito-2.30.0}/janito/tools/tools_adapter.py +18 -4
- janito-2.30.0/janito.egg-info/PKG-INFO +83 -0
- {janito-2.28.0 → janito-2.30.0}/janito.egg-info/SOURCES.txt +2 -10
- janito-2.30.0/janito.egg-info/top_level.txt +2 -0
- {janito-2.28.0 → janito-2.30.0}/mkdocs.yml +2 -1
- {janito-2.28.0/janito/tools/adapters/local → janito-2.30.0/plugins/core/codeanalyzer/tools}/search_text/core.py +2 -2
- {janito-2.28.0/janito/tools/adapters/local → janito-2.30.0/plugins/web/webtools/tools}/fetch_url.py +20 -28
- janito-2.28.0/LICENSE +0 -21
- janito-2.28.0/PKG-INFO +0 -431
- janito-2.28.0/README.md +0 -397
- janito-2.28.0/docs/pt/README-pt.md +0 -371
- janito-2.28.0/docs/pt/README.md +0 -38
- janito-2.28.0/docs/pt/configuracao.md +0 -304
- janito-2.28.0/docs/pt/exemplos.md +0 -489
- janito-2.28.0/docs/pt/faq-pt.md +0 -317
- janito-2.28.0/docs/pt/ferramentas.md +0 -447
- janito-2.28.0/docs/pt/guia-uso.md +0 -265
- janito-2.28.0/docs/pt/instalacao.md +0 -155
- janito-2.28.0/docs/pt/perfis.md +0 -361
- janito-2.28.0/janito/cli/chat_mode/session_profile_select.py +0 -182
- janito-2.28.0/janito/cli/cli_commands/list_plugins.py +0 -93
- janito-2.28.0/janito.egg-info/PKG-INFO +0 -431
- janito-2.28.0/janito.egg-info/top_level.txt +0 -1
- {janito-2.28.0 → janito-2.30.0}/.codespellrc +0 -0
- {janito-2.28.0 → janito-2.30.0}/.gitattributes +0 -0
- {janito-2.28.0 → janito-2.30.0}/.github/workflows/python-app.yml.disabled +0 -0
- {janito-2.28.0 → janito-2.30.0}/.gitignore +0 -0
- {janito-2.28.0 → janito-2.30.0}/.pre-commit-config.yaml +0 -0
- {janito-2.28.0 → janito-2.30.0}/.secrets.baseline +0 -0
- {janito-2.28.0 → janito-2.30.0}/.vscode/settings.json +0 -0
- {janito-2.28.0 → janito-2.30.0}/MARKET_ANALYST_README.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/README-dev.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/RELEASE_COMPARISON.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/UPDATING_DOCS.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/adding_mcp.txt +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/DIV.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/Interfaces.txt +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/TOOLBAR-STYLING.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/about/costs.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/about/vs-webchats.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/about/why.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/alibaba-setup.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/alternatives.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/cerebras-setup.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/changelogs/CHANGELOG_2.16.0.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/changelogs/CHANGELOG_2.26.0.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/changelogs/CHANGELOG_2.27.0.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/changelogs/RELEASE_NOTES_2.22.0.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/changelogs/RELEASE_NOTES_2.24.1.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/code_intelligence/agentic-frameworks-comparison.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/code_intelligence/code-generation-challenges.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/code_intelligence/code-generation-observability.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/code_intelligence/our-approach.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/code_intelligence/why-string-replacement.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/concepts/analysis-style.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/concepts/human-guided-ai.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/concepts/index.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/concepts/language-model-clients.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/concepts/prompt-design-style.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/deepseek-setup.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/driver-flow.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/driver-request-cancellation.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/drivers/events.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/drivers.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/event-bus.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/configuration.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/developing.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/disabled-tools.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/installation.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/profiles.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/prompting/README.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/read-chart-examples.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/security-commands.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/single-shot-terminal.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/terminal-shell.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/tools-developer-guide.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/url-whitelist.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/using.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/guides/using_tools.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/ibm-setup.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/imgs/code-generation-observability.png +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/imgs/code_generation_observability.png +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/imgs/happy-programmer.png +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/imgs/happy-programmer.svg +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/imgs/terminal-one-shot.png +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/imgs/terminal-shell.png +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/imgs/terminal_one_shot.png +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/imgs/terminal_shell.png +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/index.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/llm-drivers-required-config.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/llm-drivers.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/meta/developer-toolchain.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/meta/quality-checks.txt +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/mistral-setup.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/moonshot-setup.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/openai-setup.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/overrides/partials/copyright.html +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/ACTUAL_TOOLS_LOCATION.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/MIGRATION_COMPLETE.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/api-reference.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/architecture.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/built-in-plugins/codeanalyzer.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/built-in-plugins/filemanager.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/built-in-plugins/pythondev.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/built-in-plugins/system.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/built-in-plugins/userinterface.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/built-in-plugins/visualization.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/built-in-plugins/webtools.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/configuration.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/examples/advanced.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/examples/basic.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/examples/intermediate.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/plugin-development.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/plugin-resources.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/publishing.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/remote-plugins.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/plugins/testing.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/provider-platform-access.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/public-sources.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/reference/api.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/reference/azure-openai.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/reference/cli-options.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/reference/message-handler-model.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/reference/rich-message-handler.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/security.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/supported-providers-models.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/tools/search-text.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/tools-index.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/tools-natural-results.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/tools-precision.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/docs/z-ai-setup.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/examples/loop_protection_example.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/examples/loop_protection_tool_example.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/get_nasdaq_top.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/ibm-logo.txt +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/__main__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/_version.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/bindings.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/chat_entry.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/prompt_style.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/script_runner.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/autocomplete.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/_priv_check.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/_priv_status.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/bang.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/base.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/clear.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/conversation_restart.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/execute.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/help.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/history_view.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/lang.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/model.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/multi.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/privileges.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/prompt.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/provider.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/read.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/role.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/security/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/security/allowed_sites.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/security_command.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/session.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/session_control.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/tools.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/unrestricted.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/utility.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/verbose.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands/write.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/commands.bak.zip +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/input_history.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/session/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/session/history.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/session/manager.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/shell/session.bak.zip +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/chat_mode/toolbar.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/enable_disable_plugin.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/list_config.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/list_drivers.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/list_models.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/list_profiles.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/list_providers.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/list_providers_region.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/list_tools.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/model_selection.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/model_utils.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/ping_providers.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/set_api_key.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/cli_commands/show_config.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/config.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/console.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/core/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/core/event_logger.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/core/getters.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/core/model_guesser.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/core/setters.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/core/unsetters.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/main.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/prompt_handler.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/prompt_setup.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/single_shot_mode/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/utils.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/cli/verbose_output.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/config.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/config_manager.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/conversation_history.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/dir_walk_utils.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/docs/GETTING_STARTED.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/driver_events.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/drivers/azure_openai/driver.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/drivers/cerebras/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/drivers/dashscope.bak.zip +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/drivers/openai/README.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/drivers/openai/driver.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/drivers/openai_responses.bak.zip +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/drivers/zai/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/drivers/zai/driver.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/event_bus/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/event_bus/bus.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/event_bus/event.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/event_bus/handler.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/event_bus/queue_bus.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/exceptions.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/formatting.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/formatting_token.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/gitignore_utils.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/i18n/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/i18n/it.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/i18n/messages.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/i18n/pt.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/llm/README.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/llm/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/llm/auth.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/llm/auth_utils.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/llm/driver.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/llm/driver_config.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/llm/driver_config_builder.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/llm/driver_input.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/llm/message_parts.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/llm/model.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/llm/provider.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/mkdocs.yml +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/perf_singleton.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/performance_collector.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/platform_discovery.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/plugins/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/plugins/base.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/plugins/builtin.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/plugins/config.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/plugins/discovery.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/plugins/manager.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/provider_config.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/alibaba/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/alibaba/model_info.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/alibaba/provider.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/anthropic/model_info.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/anthropic/provider.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/azure_openai/model_info.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/azure_openai/provider.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/cerebras/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/cerebras/model_info.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/cerebras/provider.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/dashscope.bak.zip +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/deepseek/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/deepseek/model_info.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/deepseek/provider.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/google/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/google/model_info.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/google/provider.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/ibm/README.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/ibm/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/ibm/model_info.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/ibm/provider.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/mistral/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/mistral/model_info.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/mistral/provider.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/moonshot/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/moonshot/model_info.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/moonshot/provider.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/openai/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/openai/model_info.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/openai/schema_generator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/registry.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/zai/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/zai/model_info.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/zai/provider.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/providers/zai/schema_generator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/regions/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/regions/cli.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/regions/geo_utils.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/regions/provider_regions.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/report_events.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/shell.bak.zip +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/DOCSTRING_STANDARD.txt +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/README.md +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/adapter.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/copy_file.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/create_directory.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/create_file.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/delete_text_in_file.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/find_files.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/get_file_outline/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/get_file_outline/core.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/get_file_outline/java_outline.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/get_file_outline/markdown_outline.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/get_file_outline/python_outline.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/get_file_outline/search_outline.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/move_file.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/open_html_in_browser.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/open_url.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/python_code_run.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/python_command_run.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/python_file_run.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/read_chart.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/read_files.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/remove_directory.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/remove_file.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/run_bash_command.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/run_powershell_command.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/search_text/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/search_text/match_lines.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/search_text/pattern_utils.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/search_text/traverse_directory.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/validate_file_syntax/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/validate_file_syntax/core.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/validate_file_syntax/css_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/validate_file_syntax/html_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/validate_file_syntax/jinja2_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/validate_file_syntax/js_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/validate_file_syntax/json_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/validate_file_syntax/markdown_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/validate_file_syntax/ps1_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/validate_file_syntax/python_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/validate_file_syntax/xml_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/validate_file_syntax/yaml_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/adapters/local/view_file.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/base.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/disabled_tools.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/inspect_registry.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/loop_protection.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/outline_file.bak.zip +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/path_security.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/path_utils.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/permissions.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/permissions_parse.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/tool_base.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/tool_events.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/tool_run_exception.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/tool_use_tracker.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/tool_utils.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/tools_schema.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/tools/url_whitelist.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito/utils.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito.egg-info/dependency_links.txt +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito.egg-info/entry_points.txt +0 -0
- {janito-2.28.0 → janito-2.30.0}/janito.egg-info/requires.txt +0 -0
- {janito-2.28.0 → janito-2.30.0}/market_prompt_fix.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/market_test.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/mkdocs_hooks.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/codeanalyzer/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/codeanalyzer/tools/get_file_outline/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/codeanalyzer/tools/get_file_outline/core.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/codeanalyzer/tools/get_file_outline/java_outline.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/codeanalyzer/tools/get_file_outline/markdown_outline.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/codeanalyzer/tools/get_file_outline/python_outline.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/codeanalyzer/tools/get_file_outline/search_outline.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/codeanalyzer/tools/search_text/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/codeanalyzer/tools/search_text/match_lines.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/codeanalyzer/tools/search_text/pattern_utils.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/codeanalyzer/tools/search_text/traverse_directory.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/copy_file.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/create_directory.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/create_file.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/delete_text_in_file.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/find_files.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/move_file.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/read_files.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/remove_directory.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/remove_file.py +0 -0
- {janito-2.28.0/janito/tools/adapters/local → janito-2.30.0/plugins/core/filemanager/tools}/replace_text_in_file.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/validate_file_syntax/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/validate_file_syntax/core.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/validate_file_syntax/css_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/validate_file_syntax/html_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/validate_file_syntax/jinja2_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/validate_file_syntax/js_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/validate_file_syntax/json_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/validate_file_syntax/markdown_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/validate_file_syntax/ps1_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/validate_file_syntax/python_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/validate_file_syntax/xml_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/validate_file_syntax/yaml_validator.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/filemanager/tools/view_file.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/system/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/system/tools/run_bash_command.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/core/system/tools/run_powershell_command.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/dev/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/dev/pythondev/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/dev/pythondev/tools/python_code_run.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/dev/pythondev/tools/python_command_run.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/dev/pythondev/tools/python_file_run.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/dev/visualization/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/dev/visualization/tools/read_chart.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/example_plugin.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/ui/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/ui/userinterface/__init__.py +0 -0
- {janito-2.28.0/janito/tools/adapters/local → janito-2.30.0/plugins/ui/userinterface/tools}/ask_user.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/web/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/web/webtools/__init__.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/web/webtools/tools/open_html_in_browser.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins/web/webtools/tools/open_url.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/plugins.txt +0 -0
- {janito-2.28.0 → janito-2.30.0}/pyproject.toml +0 -0
- {janito-2.28.0 → janito-2.30.0}/pytest.ini +0 -0
- {janito-2.28.0 → janito-2.30.0}/requirements-dev.txt +0 -0
- {janito-2.28.0 → janito-2.30.0}/requirements.txt +0 -0
- {janito-2.28.0 → janito-2.30.0}/setup.cfg +0 -0
- {janito-2.28.0 → janito-2.30.0}/test_example.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/test_key_field_behavior.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/test_key_field_protection.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/test_loop_protection_return.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/test_market_analyst.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tests/adapters/local/get_file_outline/test_core_outline.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tests/adapters/local/test_read_files.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tests/test_cli_list_models.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tests/test_cli_list_providers.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tests/test_cli_list_providers_alibaba.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tests/test_cli_list_providers_moonshot.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tests/test_cli_version.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tests/test_disabled_tools.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tests/test_plugin_system.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tests/test_provider_alibaba.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tests/test_provider_cerebras.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tests/test_provider_moonshot.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tools/release.py +0 -0
- {janito-2.28.0 → janito-2.30.0}/tox.ini +0 -0
janito-2.30.0/LICENSE
ADDED
@@ -0,0 +1,201 @@
|
|
1
|
+
Apache License
|
2
|
+
Version 2.0, January 2004
|
3
|
+
http://www.apache.org/licenses/
|
4
|
+
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6
|
+
|
7
|
+
1. Definitions.
|
8
|
+
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
11
|
+
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
13
|
+
the copyright owner that is granting the License.
|
14
|
+
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
16
|
+
other entities that control, are controlled by, or are under common
|
17
|
+
control with that entity. For the purposes of this definition,
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
19
|
+
direction or management of such entity, whether by contract or
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
22
|
+
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
24
|
+
exercising permissions granted by this License.
|
25
|
+
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
27
|
+
including but not limited to software source code, documentation
|
28
|
+
source, and configuration files.
|
29
|
+
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
31
|
+
transformation or translation of a Source form, including but
|
32
|
+
not limited to compiled object code, generated documentation,
|
33
|
+
and conversions to other media types.
|
34
|
+
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
36
|
+
Object form, made available under the License, as indicated by a
|
37
|
+
copyright notice that is included in or attached to the work
|
38
|
+
(an example is provided in the Appendix below).
|
39
|
+
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
46
|
+
the Work and Derivative Works thereof.
|
47
|
+
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
49
|
+
the original version of the Work and any modifications or additions
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
61
|
+
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
64
|
+
subsequently incorporated within the Work.
|
65
|
+
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
72
|
+
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
78
|
+
where such license applies only to those patent claims licensable
|
79
|
+
by such Contributor that are necessarily infringed by their
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
82
|
+
institute patent litigation against any entity (including a
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
85
|
+
or contributory patent infringement, then any patent licenses
|
86
|
+
granted to You under this License for that Work shall terminate
|
87
|
+
as of the date such litigation is filed.
|
88
|
+
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
91
|
+
modifications, and in Source or Object form, provided that You
|
92
|
+
meet the following conditions:
|
93
|
+
|
94
|
+
(a) You must give any other recipients of the Work or
|
95
|
+
Derivative Works a copy of this License; and
|
96
|
+
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
98
|
+
stating that You changed the files; and
|
99
|
+
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
102
|
+
attribution notices from the Source form of the Work,
|
103
|
+
excluding those notices that do not pertain to any part of
|
104
|
+
the Derivative Works; and
|
105
|
+
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
108
|
+
include a readable copy of the attribution notices contained
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
111
|
+
of the following places: within a NOTICE text file distributed
|
112
|
+
as part of the Derivative Works; within the Source form or
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
114
|
+
within a display generated by the Derivative Works, if and
|
115
|
+
wherever such third-party notices normally appear. The contents
|
116
|
+
of the NOTICE file are for informational purposes only and
|
117
|
+
do not modify the License. You may add Your own attribution
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
120
|
+
that such additional attribution notices cannot be construed
|
121
|
+
as modifying the License.
|
122
|
+
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
124
|
+
may provide additional or different license terms and conditions
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
128
|
+
the conditions stated in this License.
|
129
|
+
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
133
|
+
this License, without any additional terms or conditions.
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
135
|
+
the terms of any separate license agreement you may have executed
|
136
|
+
with Licensor regarding such Contributions.
|
137
|
+
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
140
|
+
except as required for reasonable and customary use in describing the
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
142
|
+
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
152
|
+
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
158
|
+
incidental, or consequential damages of any character arising as a
|
159
|
+
result of this License or out of the use or inability to use the
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
162
|
+
other commercial damages or losses), even if such Contributor
|
163
|
+
has been advised of the possibility of such damages.
|
164
|
+
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
168
|
+
or other liability obligations and/or rights consistent with this
|
169
|
+
License. However, in accepting such obligations, You may act only
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
174
|
+
of your accepting any such warranty or additional liability.
|
175
|
+
|
176
|
+
END OF TERMS AND CONDITIONS
|
177
|
+
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
179
|
+
|
180
|
+
To apply the Apache License to your work, attach the following
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
182
|
+
replaced with your own identifying information. (Don't include
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
184
|
+
comment syntax for the file format. We also recommend that a
|
185
|
+
file or class name and description of purpose be included on the
|
186
|
+
same "printed page" as the copyright notice for easier
|
187
|
+
identification within third-party archives.
|
188
|
+
|
189
|
+
Copyright 2023 Nine Internet Solutions AG
|
190
|
+
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
192
|
+
you may not use this file except in compliance with the License.
|
193
|
+
You may obtain a copy of the License at
|
194
|
+
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
196
|
+
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
200
|
+
See the License for the specific language governing permissions and
|
201
|
+
limitations under the License.
|
janito-2.30.0/PKG-INFO
ADDED
@@ -0,0 +1,83 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: janito
|
3
|
+
Version: 2.30.0
|
4
|
+
Summary: A new Python package called janito.
|
5
|
+
Author-email: João Pinto <janito@ikignosis.org>
|
6
|
+
Project-URL: Homepage, https://github.com/ikignosis/janito
|
7
|
+
Requires-Python: >=3.7
|
8
|
+
Description-Content-Type: text/markdown
|
9
|
+
License-File: LICENSE
|
10
|
+
Requires-Dist: attrs==25.3.0
|
11
|
+
Requires-Dist: rich==14.0.0
|
12
|
+
Requires-Dist: pathspec==0.12.1
|
13
|
+
Requires-Dist: setuptools>=61.0
|
14
|
+
Requires-Dist: pyyaml>=6.0
|
15
|
+
Requires-Dist: jinja2>=3.0.0
|
16
|
+
Requires-Dist: prompt_toolkit>=3.0.51
|
17
|
+
Requires-Dist: lxml>=5.4.0
|
18
|
+
Requires-Dist: requests>=2.32.4
|
19
|
+
Requires-Dist: bs4>=0.0.2
|
20
|
+
Requires-Dist: questionary>=2.0.1
|
21
|
+
Requires-Dist: openai>=1.68.0
|
22
|
+
Provides-Extra: dev
|
23
|
+
Requires-Dist: pytest; extra == "dev"
|
24
|
+
Requires-Dist: pre-commit; extra == "dev"
|
25
|
+
Requires-Dist: ruff==0.11.9; extra == "dev"
|
26
|
+
Requires-Dist: detect-secrets==1.4.0; extra == "dev"
|
27
|
+
Requires-Dist: codespell==2.4.1; extra == "dev"
|
28
|
+
Requires-Dist: black; extra == "dev"
|
29
|
+
Requires-Dist: questionary>=2.0.1; extra == "dev"
|
30
|
+
Requires-Dist: setuptools_scm>=8.0; extra == "dev"
|
31
|
+
Provides-Extra: coder
|
32
|
+
Requires-Dist: janito-coder; extra == "coder"
|
33
|
+
Dynamic: license-file
|
34
|
+
|
35
|
+
# nctl
|
36
|
+
|
37
|
+
```bash
|
38
|
+
$ nctl --help
|
39
|
+
Usage: nctl <command>
|
40
|
+
|
41
|
+
Interact with Nine API resources. See https://docs.nineapis.ch for the full API docs.
|
42
|
+
|
43
|
+
Run "nctl <command> --help" for more information on a command.
|
44
|
+
```
|
45
|
+
|
46
|
+
## Setup
|
47
|
+
|
48
|
+
```bash
|
49
|
+
# If you have go already installed
|
50
|
+
go install github.com/ninech/nctl@latest
|
51
|
+
|
52
|
+
# Homebrew
|
53
|
+
brew install ninech/taps/nctl
|
54
|
+
|
55
|
+
# Debian/Ubuntu
|
56
|
+
echo "deb [trusted=yes] https://repo.nine.ch/deb/ /" | sudo tee /etc/apt/sources.list.d/repo.nine.ch.list
|
57
|
+
sudo apt-get update
|
58
|
+
sudo apt-get install nctl
|
59
|
+
|
60
|
+
# Fedora/RHEL
|
61
|
+
cat <<EOF > /etc/yum.repos.d/repo.nine.ch.repo
|
62
|
+
[repo.nine.ch]
|
63
|
+
name=Nine Repo
|
64
|
+
baseurl=https://repo.nine.ch/yum/
|
65
|
+
enabled=1
|
66
|
+
gpgcheck=0
|
67
|
+
EOF
|
68
|
+
dnf install nctl
|
69
|
+
|
70
|
+
# Arch
|
71
|
+
# Install yay: https://github.com/Jguer/yay#binary
|
72
|
+
yay --version
|
73
|
+
yay -S nctl-bin
|
74
|
+
```
|
75
|
+
|
76
|
+
For Windows users, nctl is also built for arm64 and amd64. You can download the
|
77
|
+
latest exe file from the [releases](https://github.com/ninech/nctl/releases) and
|
78
|
+
install it.
|
79
|
+
|
80
|
+
## Getting started
|
81
|
+
|
82
|
+
* login to the API using `nctl auth login`
|
83
|
+
* run `nctl --help` to get a list of all available commands
|
janito-2.30.0/README.md
ADDED
@@ -0,0 +1,49 @@
|
|
1
|
+
# nctl
|
2
|
+
|
3
|
+
```bash
|
4
|
+
$ nctl --help
|
5
|
+
Usage: nctl <command>
|
6
|
+
|
7
|
+
Interact with Nine API resources. See https://docs.nineapis.ch for the full API docs.
|
8
|
+
|
9
|
+
Run "nctl <command> --help" for more information on a command.
|
10
|
+
```
|
11
|
+
|
12
|
+
## Setup
|
13
|
+
|
14
|
+
```bash
|
15
|
+
# If you have go already installed
|
16
|
+
go install github.com/ninech/nctl@latest
|
17
|
+
|
18
|
+
# Homebrew
|
19
|
+
brew install ninech/taps/nctl
|
20
|
+
|
21
|
+
# Debian/Ubuntu
|
22
|
+
echo "deb [trusted=yes] https://repo.nine.ch/deb/ /" | sudo tee /etc/apt/sources.list.d/repo.nine.ch.list
|
23
|
+
sudo apt-get update
|
24
|
+
sudo apt-get install nctl
|
25
|
+
|
26
|
+
# Fedora/RHEL
|
27
|
+
cat <<EOF > /etc/yum.repos.d/repo.nine.ch.repo
|
28
|
+
[repo.nine.ch]
|
29
|
+
name=Nine Repo
|
30
|
+
baseurl=https://repo.nine.ch/yum/
|
31
|
+
enabled=1
|
32
|
+
gpgcheck=0
|
33
|
+
EOF
|
34
|
+
dnf install nctl
|
35
|
+
|
36
|
+
# Arch
|
37
|
+
# Install yay: https://github.com/Jguer/yay#binary
|
38
|
+
yay --version
|
39
|
+
yay -S nctl-bin
|
40
|
+
```
|
41
|
+
|
42
|
+
For Windows users, nctl is also built for arm64 and amd64. You can download the
|
43
|
+
latest exe file from the [releases](https://github.com/ninech/nctl/releases) and
|
44
|
+
install it.
|
45
|
+
|
46
|
+
## Getting started
|
47
|
+
|
48
|
+
* login to the API using `nctl auth login`
|
49
|
+
* run `nctl --help` to get a list of all available commands
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
All notable changes to Janito will be documented in this file.
|
4
|
+
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
|
+
|
8
|
+
## [Unreleased]
|
9
|
+
|
10
|
+
### Removed
|
11
|
+
|
12
|
+
- **Breaking Change**: Removed `--role` argument and interactive profile selection
|
13
|
+
- The `--role` argument has been completely removed from the CLI
|
14
|
+
- Interactive profile selection has been removed from chat mode
|
15
|
+
- Use `--profile <name>` or shorthand flags like `--developer` and `--market` instead
|
16
|
+
- Default behavior now uses the Developer profile when no profile is specified
|
17
|
+
|
18
|
+
### Changed
|
19
|
+
|
20
|
+
- Updated documentation to reflect removal of role argument
|
21
|
+
- Added comprehensive profile documentation in `PROFILES.md`
|
22
|
+
- Simplified profile selection to use explicit flags only
|
23
|
+
|
24
|
+
## [Previous Versions]
|
25
|
+
|
26
|
+
### Added
|
27
|
+
|
28
|
+
- Initial support for profiles and roles
|
29
|
+
- Interactive profile selection in chat mode
|
30
|
+
- `--role` argument for specifying developer roles
|
31
|
+
- `--profile` argument for system prompt templates
|
32
|
+
- `--developer` and `--market` shorthand flags
|
33
|
+
|
34
|
+
### Available Profiles
|
35
|
+
|
36
|
+
- **Developer**: Optimized for software development tasks
|
37
|
+
- **Market Analyst**: Specialized for market analysis and business insights
|
38
|
+
|
39
|
+
### Supported Providers
|
40
|
+
|
41
|
+
- Moonshot AI (default)
|
42
|
+
- OpenAI
|
43
|
+
- Anthropic
|
44
|
+
- IBM WatsonX
|
45
|
+
- Google AI
|
46
|
+
|
47
|
+
---
|
48
|
+
|
49
|
+
For detailed information about profiles and their usage, see [PROFILES.md](PROFILES.md).
|
@@ -0,0 +1,129 @@
|
|
1
|
+
# Janito Profiles
|
2
|
+
|
3
|
+
Janito supports predefined system prompts called "profiles" that help the AI understand the context and role it should play when responding to your requests.
|
4
|
+
|
5
|
+
## Available Profiles
|
6
|
+
|
7
|
+
### Developer Profile (`--developer` or `--profile developer`)
|
8
|
+
|
9
|
+
The default profile optimized for software development tasks. This profile:
|
10
|
+
|
11
|
+
- Focuses on code generation and debugging
|
12
|
+
- Provides access to Python tools and development utilities
|
13
|
+
- Emphasizes best practices and clean code
|
14
|
+
- Includes file system operations and code execution capabilities
|
15
|
+
|
16
|
+
**Usage:**
|
17
|
+
```bash
|
18
|
+
janito --developer "Create a REST API with FastAPI"
|
19
|
+
janito --profile developer "Debug this Python script"
|
20
|
+
```
|
21
|
+
|
22
|
+
### Market Analyst Profile (`--market` or `--profile market-analyst`)
|
23
|
+
|
24
|
+
A specialized profile for market analysis and business insights. This profile:
|
25
|
+
|
26
|
+
- Focuses on data analysis and market research
|
27
|
+
- Provides tools for web scraping and data processing
|
28
|
+
- Emphasizes business context and market trends
|
29
|
+
- Includes tools for generating reports and visualizations
|
30
|
+
|
31
|
+
**Usage:**
|
32
|
+
```bash
|
33
|
+
janito --market "Analyze stock market trends for tech companies"
|
34
|
+
janito --profile market-analyst "Scrape competitor pricing data"
|
35
|
+
```
|
36
|
+
|
37
|
+
## How Profiles Work
|
38
|
+
|
39
|
+
Profiles are implemented as Jinja2 templates that generate system prompts based on:
|
40
|
+
|
41
|
+
- The selected profile type
|
42
|
+
- Available tools and permissions
|
43
|
+
- Platform-specific configurations
|
44
|
+
- User preferences
|
45
|
+
|
46
|
+
When you use a profile, Janito automatically:
|
47
|
+
|
48
|
+
1. Loads the appropriate template
|
49
|
+
2. Injects relevant tool definitions
|
50
|
+
3. Sets up platform-specific configurations
|
51
|
+
4. Provides context-aware responses
|
52
|
+
|
53
|
+
## Custom Profiles
|
54
|
+
|
55
|
+
You can create custom profiles by adding system prompt files to:
|
56
|
+
```
|
57
|
+
~/.janito/profiles/
|
58
|
+
```
|
59
|
+
|
60
|
+
Each file should contain a plain text system prompt. The filename becomes the profile name.
|
61
|
+
|
62
|
+
**Example:**
|
63
|
+
```bash
|
64
|
+
# Create a custom profile
|
65
|
+
echo "You are a cybersecurity expert. Focus on security best practices, vulnerability analysis, and secure coding patterns." > ~/.janito/profiles/security-expert
|
66
|
+
|
67
|
+
# Use the custom profile
|
68
|
+
janito --profile security-expert "Review this code for security vulnerabilities"
|
69
|
+
```
|
70
|
+
|
71
|
+
## Profile Selection
|
72
|
+
|
73
|
+
### Command Line
|
74
|
+
Use `--profile <name>` to specify a profile:
|
75
|
+
```bash
|
76
|
+
janito --profile developer "Create a Python script"
|
77
|
+
janito --profile market-analyst "Analyze this data"
|
78
|
+
janito --profile security-expert "Review security"
|
79
|
+
```
|
80
|
+
|
81
|
+
### Shorthand Flags
|
82
|
+
Use convenience flags for built-in profiles:
|
83
|
+
```bash
|
84
|
+
janito --developer "Create a Python script" # Same as --profile developer
|
85
|
+
janito --market "Analyze this data" # Same as --profile market-analyst
|
86
|
+
```
|
87
|
+
|
88
|
+
### Interactive Mode
|
89
|
+
When starting Janito in interactive mode without specifying a profile, it defaults to the Developer profile.
|
90
|
+
|
91
|
+
## Profile Templates
|
92
|
+
|
93
|
+
Profile templates are located in:
|
94
|
+
```
|
95
|
+
janito/agent/templates/profiles/
|
96
|
+
├── system_prompt_template_developer.txt.j2
|
97
|
+
└── system_prompt_template_market_analyst.txt.j2
|
98
|
+
```
|
99
|
+
|
100
|
+
These templates use Jinja2 syntax and can include:
|
101
|
+
|
102
|
+
- Tool definitions
|
103
|
+
- Platform-specific configurations
|
104
|
+
- Dynamic content based on available tools
|
105
|
+
- Conditional logic for different environments
|
106
|
+
|
107
|
+
## Best Practices
|
108
|
+
|
109
|
+
1. **Use appropriate profiles**: Choose the profile that best matches your task type
|
110
|
+
|
111
|
+
2. **Create custom profiles**: For specialized domains, create custom profiles
|
112
|
+
|
113
|
+
3. **Combine with tools**: Profiles work best when combined with Janito's built-in tools
|
114
|
+
|
115
|
+
4. **Test and iterate**: Refine custom profiles based on results
|
116
|
+
|
117
|
+
## Troubleshooting
|
118
|
+
|
119
|
+
**Profile not found:**
|
120
|
+
|
121
|
+
- Ensure custom profiles are saved in `~/.janito/profiles/`
|
122
|
+
- Check file permissions and encoding (UTF-8 recommended)
|
123
|
+
- Verify the profile name matches the filename
|
124
|
+
|
125
|
+
**Profile not working as expected:**
|
126
|
+
|
127
|
+
- Use `janito --show-system-prompt --profile <name>` to inspect the generated prompt
|
128
|
+
- Check if tools are properly configured for your platform
|
129
|
+
- Review the profile template for any platform-specific conditions
|
@@ -467,9 +467,9 @@ For users upgrading from previous versions:
|
|
467
467
|
- **CLI Integration**: New commands for plugin management (`--list-remote-plugins`, `--update-remote-plugins`)
|
468
468
|
|
469
469
|
- **Documentation**: Comprehensive guides for remote plugin usage
|
470
|
-
- [Remote Plugins Guide](
|
471
|
-
- Updated [Plugin System Guide](
|
472
|
-
- Enhanced [README-PLUGINS.md](README-PLUGINS.md) with remote repository references
|
470
|
+
- [Remote Plugins Guide](../guides/remote-plugins.md) - Complete documentation for remote plugin usage
|
471
|
+
- Updated [Plugin System Guide](../guides/plugins.md) with remote plugin integration
|
472
|
+
- Enhanced [README-PLUGINS.md](../../README-PLUGINS.md) with remote repository references
|
473
473
|
|
474
474
|
### Changed
|
475
475
|
|
@@ -17,9 +17,9 @@
|
|
17
17
|
- **CLI Integration**: New commands for plugin management (`--list-remote-plugins`, `--update-remote-plugins`)
|
18
18
|
|
19
19
|
- **Documentation**: Comprehensive guides for remote plugin usage
|
20
|
-
- [Remote Plugins Guide](
|
21
|
-
- Updated [Plugin System Guide](
|
22
|
-
- Enhanced [README-PLUGINS.md](README-PLUGINS.md) with remote repository references
|
20
|
+
- [Remote Plugins Guide](../guides/remote-plugins.md) - Complete documentation for remote plugin usage
|
21
|
+
- Updated [Plugin System Guide](../guides/plugins.md) with remote plugin integration
|
22
|
+
- Enhanced [README-PLUGINS.md](../../README-PLUGINS.md) with remote repository references
|
23
23
|
|
24
24
|
### Changed
|
25
25
|
|
@@ -138,7 +138,7 @@ For enhanced security, use the `/security` command in chat mode to restrict acce
|
|
138
138
|
## Related Documentation
|
139
139
|
|
140
140
|
- [Stock Market Guide](stock-market-guide.md) - Comprehensive guide to accessing financial data
|
141
|
-
- [Public Sources](public-sources.md) - Government and institutional data sources
|
141
|
+
- [Public Sources](../public-sources.md) - Government and institutional data sources
|
142
142
|
- [Using Tools](using_tools.md) - How to use Janito's data fetching capabilities
|
143
143
|
- [CLI Options](../reference/cli-options.md) - Command-line options for data access
|
144
144
|
|
@@ -118,7 +118,7 @@ janito "Compare performance of AAPL, MSFT, GOOGL, and TSLA over the past month"
|
|
118
118
|
|
119
119
|
## Related Documentation
|
120
120
|
|
121
|
-
- [Public Data Sources](public-sources.md) - Government and public financial data
|
121
|
+
- [Public Data Sources](../public-sources.md) - Government and public financial data
|
122
122
|
- [Using Tools](using_tools.md) - How to use Janito's web scraping capabilities
|
123
123
|
- [CLI Options](../reference/cli-options.md) - Command-line options for data fetching
|
124
124
|
|
@@ -6,7 +6,7 @@ This directory contains comprehensive documentation for the Janito plugin system
|
|
6
6
|
|
7
7
|
- **[Plugin Development Guide](plugin-development.md)** - Complete guide for creating plugins
|
8
8
|
- **[Remote Plugins](remote-plugins.md)** - Using plugins from remote repositories
|
9
|
-
- **[Built-in Plugins](built-in-plugins.md)** - Documentation for included plugins
|
9
|
+
- **[Built-in Plugins](../built-in-plugins.md)** - Documentation for included plugins
|
10
10
|
- **[API Reference](api-reference.md)** - Technical details and interfaces
|
11
11
|
- **[Examples](examples/)** - Working plugin examples
|
12
12
|
|
@@ -68,9 +68,9 @@ Add to `janito.json`:
|
|
68
68
|
- [Configuration](configuration.md) - Plugin configuration options
|
69
69
|
|
70
70
|
### Built-in Plugins
|
71
|
-
- [Git Analyzer](built-in-plugins/git-analyzer.md) - Git repository analysis
|
72
|
-
- [Code Navigator](built-in-plugins/code-navigator.md) - Code navigation tools
|
73
|
-
- [Example Plugin](built-in-plugins/example.md) - Basic plugin example
|
71
|
+
- [Git Analyzer](../built-in-plugins/git-analyzer.md) - Git repository analysis
|
72
|
+
- [Code Navigator](../built-in-plugins/code-navigator.md) - Code navigation tools
|
73
|
+
- [Example Plugin](../built-in-plugins/example.md) - Basic plugin example
|
74
74
|
|
75
75
|
### Advanced Topics
|
76
76
|
- [Plugin Architecture](architecture.md) - System design and internals
|
@@ -116,11 +116,11 @@ Janito includes powerful built-in tools for:
|
|
116
116
|
- System commands
|
117
117
|
- And more...
|
118
118
|
|
119
|
-
### Profiles
|
119
|
+
### Profiles
|
120
120
|
Use predefined system prompts:
|
121
121
|
```bash
|
122
|
-
janito --
|
123
|
-
janito --
|
122
|
+
janito --developer "Create a REST API" # Same as --profile developer
|
123
|
+
janito --market "Analyze market trends" # Same as --profile market-analyst
|
124
124
|
```
|
125
125
|
|
126
126
|
### Environment Variables
|