Skip to content
/ o7 Public
forked from anselale/Dignity

Agent framework for generating a synthetic dataset. This will be raw CoT and Reflection output to be cleaned up by a later step.

Notifications You must be signed in to change notification settings

DataBassGit/o7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

o7

o7 is an advanced problem-solving chatbot designed to provide expert-level assistance and guidance. Built on the AgentForge framework, o7 employs a powerful chain of thought reasoning capability to tackle complex problems by breaking them down into logical steps and applying systematic analysis.

Key Features

  • Chain of Thought Reasoning: o7 applies a step-by-step logical process to analyze complex problems and develop solutions.
  • Expert Knowledge: Leveraging a comprehensive knowledge base across multiple domains, o7 provides informed insights and recommendations.
  • Data-Driven Analysis: Utilizing data and statistical techniques, o7 identifies patterns, trends, and correlations to inform problem-solving.
  • Scenario Planning: o7 develops and evaluates multiple scenarios and contingencies to help users make robust decisions.
  • Explainable AI: Providing clear and understandable explanations of its reasoning process and conclusions, o7 ensures transparency and trust.

Architecture

o7 is built on the AgentForge framework, which enables advanced capabilities such as:

These features allow o7 to generate lucid and liminal conversational interactions that are enhanced by emotional stimuli. (see also)

Configuration

To run o7, you will need to set up the following environment variables:

  • ANTHROPIC_API_KEY: All prompts are optimized to run on Claude 3, but can be run against any instruct trained LLM. Instructions for other platforms can be found in the AgentForge documentation
  • DISCORD_TOKEN: The bot needs to be registered with Discord and added to your server

You will also need to install AgentForge:

pip install agentforge

Usage

To start o7, run:

python main.py

The bot will take a few seconds to connect to the Discord server. Once ready, you will see the bot in the members list.

Interacting with o7

To interact with o7, simply mention the bot in a channel where the bot is present. o7 will analyze your message, apply its chain of thought reasoning, and provide a detailed response to assist you with your problem or question.

o7's persona and problem-solving skills can be customized by modifying the agent files in the .agentforge/agents folder and the persona prompt in the .agentforge/personas folder.

Feedback and Improvement

o7 continuously learns and improves based on user feedback and interactions. If you have any suggestions or encounter any issues, please feel free to open an issue on the GitHub repository.

We hope o7 will be a valuable problem-solving companion and look forward to your feedback and contributions to make it even better.

Citations: [1] https://github.com/DataBassGit/AgentForge

About

Agent framework for generating a synthetic dataset. This will be raw CoT and Reflection output to be cleaned up by a later step.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Dockerfile 0.1%