45 lines
824 B
TOML
45 lines
824 B
TOML
[project]
|
|
name = "manual_slop"
|
|
git_dir = "C:/projects/manual_slop"
|
|
main_context = "MainContext.md"
|
|
system_prompt = ""
|
|
word_wrap = true
|
|
summary_only = false
|
|
|
|
[output]
|
|
output_dir = "./md_gen"
|
|
|
|
[files]
|
|
base_dir = "."
|
|
paths = [
|
|
"gui.py",
|
|
"gui_2.py",
|
|
"ai_client.py",
|
|
"aggregate.py",
|
|
"shell_runner.py",
|
|
"project_manager.py",
|
|
"config.toml",
|
|
"manual_slop.toml",
|
|
"MainContext.md",
|
|
"tests/test_agent_tools_wiring.py",
|
|
"pyproject.toml",
|
|
"events.py",
|
|
"performance_monitor.py",
|
|
"api_hooks.py",
|
|
"api_hook_client.py",
|
|
"manual_slop_history.toml",
|
|
]
|
|
|
|
[screenshots]
|
|
base_dir = "C:/Users/Ed/Pictures/Screenshots"
|
|
paths = []
|
|
|
|
[agent.tools]
|
|
run_powershell = true
|
|
read_file = true
|
|
list_directory = true
|
|
search_files = true
|
|
get_file_summary = true
|
|
web_search = true
|
|
fetch_url = true
|