git migration commit

This commit is contained in:
2026-05-11 07:25:00 +01:00
parent 14e51a187b
commit 65ec81fce8
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -1,7 +1,6 @@
import config import config
from tools import ToolExecutor from tools import ToolExecutor
import requests import requests
from rich import print
from rich.prompt import Prompt from rich.prompt import Prompt
# TODO: context squish when it gets big # TODO: context squish when it gets big
-1
View File
@@ -1,4 +1,3 @@
from rich import print
from rich.console import Console from rich.console import Console
from rich.panel import Panel from rich.panel import Panel
from rich.markdown import Markdown from rich.markdown import Markdown
-1
View File
@@ -4,7 +4,6 @@ import requests_cache
from retry_requests import retry from retry_requests import retry
import json import json
import config import config
import logging
import os import os
import subprocess import subprocess
import dotenv import dotenv