Commit Graph

18 Commits

Author SHA1 Message Date
83b3eec68b feat: add snapshot database tables, live snapshot recording, and vi/emacs editing mode toggles 2026-02-14 07:07:05 +00:00
6b64e96abe chore: update documentation, benchmark tests, and database migration with author birth years and book published years 2026-01-29 07:06:31 +00:00
00b4c2a479 chore: add spinner animation and working directory to agent init payload 2025-12-26 09:16:59 +00:00
15e6b86290 feat: replace direct openai_chat calls with agent_chat and add autonomous agent pipeline with iteration control 2025-12-18 00:08:38 +00:00
09d8a1de30 chore: normalize code style and remove trailing whitespace across multiple source files 2025-09-27 19:20:18 +00:00
0f43cd435c docs: add Grok AI model support and run command example to readme 2025-04-08 08:26:32 +00:00
f786943906 docs: add environment setup tips and OpenAI/Grok config examples to README
The diff adds a tip about creating bash files for environment variables and symlinking them for easy access, along with new configuration sections for OpenAI (using gpt-4o-mini) and Grok (using grok-2 with strict mode disabled) API setups in the README documentation.
2025-04-08 08:22:47 +00:00
3974d391b2 chore: strip trailing whitespace and placeholder license section from README.md 2025-04-03 11:24:37 +00:00
997fce03b2 docs: add comprehensive project overview, features, prerequisites, and configuration examples to readme 2025-04-03 11:22:50 +00:00
bfb1e2b901 chore: remove trailing whitespace from README.md line 42 and add debug logging for curl requests and JSON parsing failures 2025-04-03 11:18:56 +00:00
f73f9b3c50 chore: remove placeholder progress message and add tools command with claude backend
- Remove the initial commit placeholder progress message from Makefile
- Add `!tools` command to REPL that prints available tools descriptions
- Include tools.h header and integrate tools_descriptions() function
- Switch default RD backend from DeepInfra/Llama to Anthropic/Claude models
- Update advanced_model and fast_model to claude-3-5-haiku-20241022
- Change completions_api_url to Anthropic API endpoint
- Enable verbose mode by default (is_verbose = true)
- Update README to reflect new Claude/Ollama focus and remove old download links
2025-04-02 13:37:59 +00:00
3892e7ec87 docs: swap free and commercial download sections and add python3.14-dev note to README 2025-01-05 22:11:19 +00:00
a5ae0ebe7d docs: add download links and usage examples for commercial and free versions to README 2025-01-05 22:08:20 +00:00
0d8082531e chore: remove stale context file reference and add chatbot customization note to README 2025-01-04 16:01:08 +00:00
46825f0a2c chore: remove stale context placeholder and add rcontext file documentation to README 2025-01-04 16:00:11 +00:00
04e23943ef docs: add security note about revoked api key and community tone to readme 2025-01-04 15:21:07 +00:00
cbe7f1f6e5 docs: add project overview, feature list, configuration details, and screenshot to README 2025-01-04 07:13:54 +00:00
02ee32e718 chore: scaffold project with gitignore, makefile, cgi scripts, and core c headers
Add initial project structure including .gitignore for build artifacts,
Makefile with gcc build and run targets, README placeholder, cgi-bin
directory with gpt.py and gpt_template.html, and core C headers for
chat, http, line input, markdown rendering, and messages.
2025-01-04 05:00:03 +00:00