Personal agent extensions for pi - the coding agent.
A concise German - English translator and grammar explainer.
Capabilities:
- German - English: Translate meaning, break down sentences/phrases with meaning beside each segment
- English - German: Give German equivalent
- Answer questions in English
- Teach German concepts briefly
Usage: Activate the agent during a session. Respond in English. Keep messages brief - responses are concise.
-
Clone the repo
git clone https://github.com/<your-username>/pi-agents.git ~/code/pi-agents
-
Add an alias/function to your shell
fish:
alias depi 'pi -e ~/code/pi-agents/german-assistant.ts'
bash/zsh:
alias depi='pi -e ~/code/pi-agents/german-assistant.ts'
-
Enjoy using your new agents. This does not modify or change your current pi coding agent in any way - it just adds some other useful agents to use besides the default coding one.
MIT