Skip to content

Penrose0v0/AgentProjectFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Project Framework

Getting started

Run pip install -r requirement.txt
Edit config.yaml
Add your api key in key
Prepare your prompts in prompts

Finally, run python .\agent_project\main.py

To do

  • RAG
    • Retrieval
    • Prompt augmentation
    • PDF loader
  • Process <think> tag
  • Web UI

Memo

06-15
Init rag component
Using Chroma as the vector database

06-14
Updated the whole framework with LangChain

04-02
Basically, if model is local, use ollama;
if model is online, use openai

04-01
Able to call deepseek via SiliconFlow

About

Framework for agent project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages