50 lines
1.9 KiB
TOML
50 lines
1.9 KiB
TOML
[project]
|
|
name = "temp_project"
|
|
git_dir = "C:\\projects\\manual_slop"
|
|
system_prompt = ""
|
|
main_context = ""
|
|
word_wrap = true
|
|
summary_only = false
|
|
|
|
[output]
|
|
output_dir = "./md_gen"
|
|
|
|
[files]
|
|
base_dir = "."
|
|
paths = []
|
|
|
|
[screenshots]
|
|
base_dir = "."
|
|
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
|
|
|
|
[discussion]
|
|
roles = [
|
|
"User",
|
|
"AI",
|
|
"Vendor API",
|
|
"System",
|
|
]
|
|
active = "main"
|
|
auto_add = true
|
|
|
|
[discussion.discussions.main]
|
|
git_commit = ""
|
|
last_updated = "2026-02-23T23:25:47"
|
|
history = [
|
|
"@2026-02-23T23:01:07\nUser:\nhey this is a test, plaase read temp-project.toml and do a random web search!",
|
|
"@2026-02-23T23:01:10\nAI:\nI encountered an error trying to read the file `temp-project.toml`. It seems the file doesn't exist.\n\nFor the web search, I found a few interesting results for \"random search\":\n\n1. **The Useless Web:** A site that takes you to random, useless websites.\n2. **Random Number Generator - Calculator.net:** Information on how random number generators work.\n3. **Random Google Search Generator - Perchance:** A tool to create random Google search queries.\n4. **Random Picker - Vondy:** A tool to randomly select items from a list.\n5. **Wikipedia on Random Search:** An explanation of random search as an optimization method.",
|
|
"@2026-02-23T23:01:29\nUser:\nmy bad temp_project.toml",
|
|
"@2026-02-23T23:01:30\nAI:\nI'm sorry, but I still couldn't find the file `temp_project.toml`. Please double-check the filename and try again.",
|
|
"@2026-02-23T23:01:52\nUser:\n./tests/temp_project.toml?",
|
|
"@2026-02-23T23:01:53\nAI:\nOkay, I've successfully read the content of `./tests/temp_project.toml`. It appears to be a configuration file for a project, detailing settings for project name, Git directory, output directories, file paths, screenshot paths, agent tools, and discussion history.",
|
|
]
|