PuruAI commited on
Commit
28f3d11
·
verified ·
1 Parent(s): 8d62569

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -1,20 +1,21 @@
1
  ---
2
- title: PuruAI AI Agent with Memory & Tools
3
  emoji: 🤖
4
  sdk: gradio
5
- sdk_version: 5.46.0
6
  app_file: app.py
7
  pinned: false
8
  ---
9
 
10
- # PuruAI AI Agent with Memory & Tools
11
 
12
- This Hugging Face Space runs an AI Agent powered by Medini Intelligence with:
13
 
14
- - Session memory (remembers conversation within the session)
15
- - Simple tool/API calling (calculator example)
16
- - Chat-style interface using Gradio
 
17
 
18
  ## How to Extend
19
- - Replace `simple_tool` with other safe API calls or tools.
20
- - Add more dependencies to `requirements.txt` if needed.
 
1
  ---
2
+ title: PuruAI AI Agent
3
  emoji: 🤖
4
  sdk: gradio
5
+ sdk_version: 3.43.0
6
  app_file: app.py
7
  pinned: false
8
  ---
9
 
10
+ # PuruAI AI Agent
11
 
12
+ This Hugging Face Space hosts a chat-style AI Agent powered by the **public Medini Intelligence** model.
13
 
14
+ ## Features
15
+ - Chat interface with conversation history
16
+ - Fully functional AI Agent
17
+ - Easy to extend with additional tools or APIs
18
 
19
  ## How to Extend
20
+ - Edit `agent_chat` in `app.py` to customize AI behavior.
21
+ - Add more dependencies to `requirements.txt` if needed.