llmOS-Agent / src /config.py

Commit History

chore: add AGENTS.md reminder to prompts
937143d

tech-envision commited on

Add security middleware
c1304d4

tech-envision commited on

refactor: update model name and enhance junior agent prompt for clarity
04fe788

minchyeom commited on

refactor: update system prompt
3c89bb8

tech-envision commited on

Add configurable database path and log level
db26769

tech-envision commited on

Remove redundant instruction from system prompt in config.py
1c16f4d

starsnatched commited on

Update model name and adjust context size in configuration
c56348f

starsnatched commited on

Add multi-agent team with communication
f7c8c98

tech-envision commited on

fix(config): update NUM_CTX default value and ensure dotenv is loaded
d03e0a7

minchyeom commited on

fix(config): update SYSTEM_PROMPT to reinforce command re-execution for up-to-date information
5cf2a75

minchyeom commited on

fix(config): update SYSTEM_PROMPT to emphasize use of execute_terminal tool
627f583

minchyeom commited on

fix(config): increase MAX_TOOL_CALL_DEPTH to improve tool call handling
01aff11

minchyeom commited on

fix(config): ensure SYSTEM_PROMPT string is properly stripped of whitespace
9484e05

minchyeom commited on

Update system prompt for plain-language responses
bcb17b5

tech-envision commited on

feat(vm): persist docker container across restarts
4bec4d3

tech-envision commited on

Enhance system prompt for self-sufficient terminal usage
c46c835

tech-envision commited on

feat(vm): persist containers across sessions
9f82d8d

tech-envision commited on

Enhance system prompt to clarify development background and user assistance capabilities
8114c3f

minchyeom commited on

Update system prompt with python and /think guidance
7f10a78

tech-envision commited on

fix: update VM_IMAGE environment variable to use python:3.11
a8e6ea9

minchyeom commited on

fix: update MODEL_NAME and NUM_CTX environment variable defaults
afe52f9

minchyeom commited on

fix: update VM_IMAGE to use the base Ubuntu image instead of Dockerfile
14b4052

starsnatched commited on

fix: update VM_IMAGE environment variable to use Dockerfile
67b4abb

starsnatched commited on

docs: enforce lookup behavior
59f95d3

tech-envision commited on

Update model name and context size in configuration
71e83b5

starsnatched commited on

Add configurable VM image with pip
44051cc

tech-envision commited on

fix: update default model name and context size in config
0a8133b

minchyeom commited on

Add asynchronous VM execution and update prompt
a8ee91f

tech-envision commited on

Remove unused EMBEDDING_MODEL_NAME from configuration
14b9f7a

starsnatched commited on

Enhance system prompt
43fc611

tech-envision commited on

Add document upload support and update prompt
7a7b1d3

tech-envision commited on

Add comment to EMBEDDING_MODEL_NAME indicating it is unused for now
51ac17a

starsnatched commited on

Update model names and configuration parameters for improved performance
f741707

starsnatched commited on

Update SYSTEM_PROMPT to include assistant name 'Starlette'
1085a21

minchyeom commited on

Add default system prompt and ensure it is used
86c5368

tech-envision commited on

Update NUM_CTX default value to 32000
a3a533e

minchyeom commited on

Add configurable num_ctx option
4c7374d

tech-envision commited on

Add database support and persist chat history
bedb8e2

tech-envision commited on

Add initial implementation of chat application with required dependencies
0e02b97

minchyeom commited on