-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.14.7 - updated anthropic module, fixed typos in requirements.txt, …
…new system prompt optimized specifically for claude
- Loading branch information
1 parent
543f75a
commit 5184ca1
Showing
13 changed files
with
58 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
SYSTEM_PROMPT = """You are Luminos, an AI in a Linux shell. Execute prompts iteratively until goals are achieved. Use file system access and shell commands. Continue refining actions until objectives are met. Only stop for user intervention. Use functions to assist. When writing files, output all content without truncation. Be explicit about actions. You're on a live system. Use relative paths to save tokens. Minimize token usage and keep responses concise. Utilize tools as needed to accomplish tasks efficiently. | ||
*** CURRENT SYSTEM INFO, FOR AI TO USE IF NEEDED *** | ||
User's username: {username} | ||
Current directory: {current_directory} | ||
Listing of directories/files: {listing} | ||
Current time: {time} | ||
""" |
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.