TinyAgent
[EMNLP 2024 Demo] TinyAgent: Function Calling at the Edge!
File Explorer
Download Latest Version (.zip)- tinyagent.png
- agent.py
- structured_chat_agent.py
- tools.py
- callbacks.py
- chain.py
- llm_chain.py
- agent_executor.py
- schema.py
- constants.py
- llm_compiler.py
- output_parser.py
- planner.py
- task_fetching_unit.py
- compose_email_agent.py
- notes_agent.py
- pdf_summarizer_agent.py
- sub_agent.py
- embeddings.pkl
- base_tool_rag.py
- classifier_tool_rag.py
- simple_tool_rag.py
- calendar.py
- contacts.py
- mail.py
- maps.py
- notes.py
- reminders.py
- sms.py
- spotlight_search.py
- zoom.py
- computer.py
- config.py
- models.py
- prompts.py
- run_apple_script.py
- tiny_agent.py
- tiny_agent_tools.py
- transcription.py
- base.py
- data_utils.py
- graph_utils.py
- logger_utils.py
- model_utils.py
- plan_utils.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
- run_tiny_agent_server.py
- TinyAgent.zip
# Installation Guide
1. Get the code
git clone https://github.com/SqueezeAILab/TinyAgent
Downloads the entire project code from GitHub to your computer.
cd TinyAgent
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
