Skip to content

deepbiolab/agentic-ai-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agentic AI Research

Exploring agentic AI systems: research, development, and insights.

Tutorials

All tutorials are available in the ./tutorials directory. This tutorials are designed to explain the main idea behind of References papers.

Fundamental Components of Agentic Framework

A series of tutorials demonstrating how to build an agentic AI framework from scratch:

  1. 00-basic-llm-calls-and-agent: Introduction to basic LLM API interactions and building a simple Agent class

    • Setting up OpenAI client
    • Understanding key parameters
    • Building a flexible Agent class
    • Example use cases with different agent roles
  2. 01-manage-memory: Implementation of short-term memory management for AI agents

    • Simple memory implementation using lists
    • Creating a robust Memory class
    • Integration with Agent class
  3. 02-function-calling: Adding function calling capabilities to agents

    • Implementing tool calling functionality
    • Memory management with tool calls
    • Project management example with external data interactions
  4. 03-react-prompt-technique: ReACT (Reasoning + Acting) prompting implementation

    • Structured prompting for reasoning and action
    • Interactive wellness agent example
    • Step-by-step thought process demonstration
  5. 04-react-agent-from-scratch: Complete ReACT agent implementation

    • Memory layer implementation
    • Tool layer with function calling
    • ReACT loop implementation
    • Combine Self-reflection into ReACT agent
  6. 05-multi-agents-with-react: Advanced implementation with multiple agents

    • Peer agent communication
    • Multi-agent task coordination
    • Complex problem-solving with agent collaboration

The tutorials demonstrate building increasingly sophisticated AI agents, from basic API calls to complex multi-agent systems with memory, function calling, and reasoning capabilities.

Agentic Workflows with LangGraph

  1. 00-langchain-basics: Introduction to LangChain and its basic components
    • Setting up LangChain
    • Understanding key components
    • Building a simple agent with LangChain

References

This curated list of papers mainly focus on the field of agentic AI in Scientific Discovery. It includes papers that explore the use of AI in scientific research, as well as papers that propose new methods and frameworks for scientific discovery. The list is organized by topic, and includes papers from a variety of sources, including academic journals, conferences, and preprint servers. The list is intended to be a resource for researchers and practitioners interested in the field of agentic AI in Scientific Discovery.

Highlights

Implementation Tools

Datasets and Benchmarks

Scientific Discovery Applications

Challenges and Open Problems

Contributing

Feel free to contribute by adding new papers or suggesting improvements! Open a pull request or submit an issue. 😊

License

MIT

About

Exploring agentic AI systems: research, development, and insights.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors